pefile 2024.8.26
0
Python PE parsing module
Contents
Python PE parsing module
Stars: 1866, Watchers: 1866, Forks: 519, Open Issues: 96The erocarrera/pefile
repo was created 9 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1866 github stars!
How to Install pefile
You can install pefile using pip
pip install pefile
or add it to a project with poetry
poetry add pefile
Package Details
- Author
- Ero Carrera
- License
- MIT
- Homepage
- https://github.com/erocarrera/pefile
- PyPi:
- https://pypi.org/project/pefile/
- GitHub Repo:
- https://github.com/erocarrera/pefile
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pefile errors.
Code Examples
Here are some pefile
code examples and snippets.
GitHub Issues
The pefile package has 96 open issues on GitHub
- Fix handling of pefile.PE(fast_load=False)