diff --git a/README.md b/README.md index 5cf38a3..e0f1de0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Then the stub (at runtime) : - rebases the payload to its new base address - calls (Dll)main +Here are screenshots of the same function before and after the obfuscation pass :
+Without obfuscation :
+![no_obfuscation](Screenshots/no_obfuscation.png)
+With obfuscation (only showing a few nodes, the original graph was more than 40K nodes) :
+![obfuscated](Screenshots/obfuscated.png)
+ # How to run ``` python gui.py