add: function graph screenshots

This commit is contained in:
ALittlePatate
2023-12-04 20:34:47 +01:00
committed by GitHub
parent bd4ba10d44
commit 0dbc576f8c

View File

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