Releases: BugsBound/bin_patcher
Releases · BugsBound/bin_patcher
Release 1.0.0
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