BED – A Binary Editor

BED is a command-line program to (over)write data at a specific byte offset of a particular file. You can just call

bed 0x4c5 0x0a myfile

to write 0x0a at the byte offset 0x4c5 of the file myfile. I wrote this program to simplify the way to change data in some savegame .. make it easier to cheat :P.

Download BED