Skip to content

Tool that patches binaries using a set of rules with IDA-Style signatures

Notifications You must be signed in to change notification settings

phirecc/patternpatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Patternpatcher

Tool that patches binaries using a set of rules with IDA-Style signatures

$ patternpatcher
Usage of patternpatcher:
  -out string
    	Output file (default "patched.out")
  -rules string
    	The file containing patching rules (default "rules.json")
  -target string
    	The file to patch

Supports:

  • Regular bytepatch
  • Dereferences
    • Absolute (e.g. r/m32 call)
    • Relative (e.g. rel32 call)

See rules.json for an example config

About

Tool that patches binaries using a set of rules with IDA-Style signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages