Skip to content

marche147/pepatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published