Monthly Archives: November 2017

Replace String In Binary File C++

Small console program using C++ 11 to replace strings in binary file. Basically this program is useful for replacing strings in program excusable.
Application has option to specify binary file, than asks to input search string, than it will show all found strings step by step and gives option – change found string value or not, alter all program will create changed copy of binary file.
Continue reading