Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 466 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 466 Bytes

Inserter

Inserts and replaces an ASCII string into a binary file. This program will scan the input binary file specified after -in, looking in there for the ASCII string specified after -find (256 bytes max) and replacing it with the ASCII string specified after -insert (256 bytes max). Note that -insert string will overwrite -find pattern at the matching address.

Usage: inserter.exe -in input.bin -out output.bin -find ASCIIPATTERN -insert INSERTASCIIPATTERN