Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@BugsBound BugsBound released this 26 Jun 22:11

Initial Release of BIN Patcher. This version includes core functionality to manipulate binary files by writing bytes to specific memory addresses. Binaries are available for Linux and MacOS.

The program takes three mandatory arguments: file path (-f or --file), bytes for writing (-b or --bytes), and memory address for overwriting (-a or --address).

Example of use:

bin_patcher -f /path/to/your/file.bin -b deadbeef -a 0x400