marche147 / pepatch

A hacky tool to patch PE binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pepatch

A hacky tool for patching PE format binaries.

Examples

Please take a look at the files under example/

Dependencies

  • 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.

Few notes

  • 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.

About

A hacky tool to patch PE binaries.

License:MIT License


Languages

Language:Python 99.4%Language:C 0.6%