# Binpatcher

A primitive tool written by ASentientBot (opens new window) to handle patching binaries. It is capable of the following:

  • Hex Find and Replace

  • Symbol patching relative to the base address

  • NOP functions

  • Overwrite data at offsets

Binpatcher source code can be found here (opens new window). Example implementation can be found here (opens new window).