cristianadam / breplace

Utility to replace a binary file inside another binary file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small command line utility that replaces a binary file in a binary file.

When ran without parameters it prints:

$ breplace.exe
usage: breplace <file_container> <file_to_be_replaced> <file_to_replace> <dest_file_container>

This utility was used in the Lenovo Fn-Ctrl Swap blog entry.

About

Utility to replace a binary file inside another binary file


Languages

Language:C++ 91.4%Language:CMake 8.6%