OpenDeadlock Decode Wiki
Status: Alpha
Brought to you by:
tggtt
BinLoader is a simple tool to replace binary data of files. It was written to ease the task of replacing data of executable files, sprite files and archives.
WIth BinLoader, it is possible to overwrite a specific part of a binary file using another binary file, useful for patching, replacing media data, such as sprites and sounds.
binloader <inputfile> <outputfile> [hex offset]
If the offset is not provided via command line, the program will expect it via standard input.