How to Install and Uninstall python3-dissect.cstruct Package on Kali Linux
Last updated: November 07,2024
1. Install "python3-dissect.cstruct" package
Please follow the guidelines below to install python3-dissect.cstruct on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-dissect.cstruct
Copied
2. Uninstall "python3-dissect.cstruct" package
This guide covers the steps necessary to uninstall python3-dissect.cstruct on Kali Linux:
$
sudo apt remove
python3-dissect.cstruct
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-dissect.cstruct package on Kali Linux
Package: python3-dissect.cstruct
Source: dissect.cstruct
Version: 3.6-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 138
Depends: python3:any
Homepage: https://github.com/fox-it/dissect.cstruct
Priority: optional
Section: python
Filename: pool/main/d/dissect.cstruct/python3-dissect.cstruct_3.6-0kali2_all.deb
Size: 24900
SHA256: 40ce0612750b63211534b45d27fef45e96789883fe7aeda9323a6563eac59577
SHA1: b6d83585cfc30d84660b519b70bd66942b8be1d6
MD5sum: f2413fdf22f59f91e2c4de4e63bd5b85
Description: Dissect module implementing a parser for C-like structures (Python 3)
This package contains a Dissect module implementing a parser for C-like
structures. Structure parsing in Python made easy. With cstruct, you can write
C-like structures and use them to parse binary data, either as file-like
objects or bytestrings.
.
Parsing binary data with cstruct feels familiar and easy. No need to learn a
new syntax or the quirks of a new parsing library before you can start parsing
data. The syntax isn't strict C but it's compatible with most common structure
definitions. You can often use structure definitions from open-source C
projects and use them out of the box with little to no changes. Need to parse
an EXT4 super block? Just copy the structure definition from the Linux kernel
source code. Need to parse some custom file format? Write up a simple
structure and immediately start parsing data, tweaking the structure as you
go.
.
This package installs the library for Python 3.
Description-md5:
Source: dissect.cstruct
Version: 3.6-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 138
Depends: python3:any
Homepage: https://github.com/fox-it/dissect.cstruct
Priority: optional
Section: python
Filename: pool/main/d/dissect.cstruct/python3-dissect.cstruct_3.6-0kali2_all.deb
Size: 24900
SHA256: 40ce0612750b63211534b45d27fef45e96789883fe7aeda9323a6563eac59577
SHA1: b6d83585cfc30d84660b519b70bd66942b8be1d6
MD5sum: f2413fdf22f59f91e2c4de4e63bd5b85
Description: Dissect module implementing a parser for C-like structures (Python 3)
This package contains a Dissect module implementing a parser for C-like
structures. Structure parsing in Python made easy. With cstruct, you can write
C-like structures and use them to parse binary data, either as file-like
objects or bytestrings.
.
Parsing binary data with cstruct feels familiar and easy. No need to learn a
new syntax or the quirks of a new parsing library before you can start parsing
data. The syntax isn't strict C but it's compatible with most common structure
definitions. You can often use structure definitions from open-source C
projects and use them out of the box with little to no changes. Need to parse
an EXT4 super block? Just copy the structure definition from the Linux kernel
source code. Need to parse some custom file format? Write up a simple
structure and immediately start parsing data, tweaking the structure as you
go.
.
This package installs the library for Python 3.
Description-md5: