Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey27 committed Aug 23, 2018
2 parents b756abf + 7453b75 commit a6d5103
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
"# Binary-AutoPatcher"
# Binary-AutoPatcher

This little program search pattern in binary file and replace it according to JSON file.

Possible JSON Fields:
* "pattern" - key field - tells program that we have pattern to find
* "name" - pattern name
* "search" - pattern to search in hex-format BEEF011001.. etc
* "wildcard" - skips selected byte in search pattern
* "max_search" - max bytes to compare
* "replace" - replace pattern at found position
* "replace_wildcard" - wildcard for replacing
* "replace_offset" - possible custom offset, of iterator where to start replace

* "pattern" field can used recursively, examples in test folder.

0 comments on commit a6d5103

Please sign in to comment.