How to Install and Uninstall python3-pefile Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-pefile" package

Please follow the guidance below to install python3-pefile on Kali Linux

$ sudo apt update $ sudo apt install python3-pefile

2. Uninstall "python3-pefile" package

Please follow the step by step instructions below to uninstall python3-pefile on Kali Linux:

$ sudo apt remove python3-pefile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pefile package on Kali Linux

Package: python3-pefile
Source: python-pefile
Version: 2023.2.7-3
Installed-Size: 348
Maintainer: Hilko Bengen
Architecture: all
Depends: python3:any
Size: 64452
SHA256: b8e64d50a8f8ec3e13d2b9448a31d0fca3849124871ce8dcf6c8e1f2775188c7
SHA1: 2f45e91c56b77c61948c714b70a532e1fed0a7cc
MD5sum: 445237b68c8d6128c869200597f2a6a2
Description: Portable Executable (PE) parsing module for Python
pefile is a Python module to read and work with Portable Executable (PE)
files. Most of the information in the PE header is accessible, as well as all
the sections, section information and data.
.
All the basic PE file structures are available with their default names as
attributes of the returned instance.
.
Processed elements such as the import table are made available with lowercase
names, to differentiate them from the upper case basic structure names.
.
pefile has been tested against the limits of valid PE headers; that is,
Windows malware. Lots of packed malware attempt to abuse the format beyond its
standard use.
.
Some of the tasks that pefile makes possible are:
* Modifying and writing back to the PE image
* Header inspection
* Section analysis
* Retrieving data
* Warnings for suspicious and malformed values
* Packer detection with PEiD signatures
* PEiD signature generation
Description-md5:
Homepage: https://github.com/erocarrera/pefile/
Section: python
Priority: optional
Filename: pool/main/p/python-pefile/python3-pefile_2023.2.7-3_all.deb