A hacky tool for patching PE format binaries.
Please take a look at the files under example/
- For pypi packages: See
requirements.txt
. Use this command to install all the dependencies:
pip install -r requirements.txt
- pefile: This project contains a slightly modified version of
pefile
module for better usage.
- The idea comes from patchkit after I found this fascinating small tool.
- More features will be added in future.
- This project is not thoroughly tested, and as you know, patching PE files can sometimes be clumsy and error-prone, so ALWAYS keep a copy of backup before applying any patch to the binary.