diff --git a/README.md b/README.md new file mode 100644 index 0000000..89fa5f1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +SmartPatcher +============ + +Finds small modifications between two files and tries to apply them to another, +similar, file. + +This was used to e.g. patch newer versions of a binary, when there's no patch +for that specific version available. + +![](SmartPatcher.png) diff --git a/SmartPatcher.png b/SmartPatcher.png new file mode 100644 index 0000000..3d0cd94 Binary files /dev/null and b/SmartPatcher.png differ diff --git a/SmartPatcher_old.png b/SmartPatcher_old.png new file mode 100644 index 0000000..28684d9 Binary files /dev/null and b/SmartPatcher_old.png differ