Skip to content

japeral/Inserter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Inserts and replaces an ASCII string into a binary file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published