Posted by Nicolas A. Economou on Nov 27
Agafi/ROP is a Win32 command line tool chain useful to find gadgets and
build ROP-Chains used by x86 binary exploits.
* What is Agafi?
Agafi (Advanced Gadget Finder) is a x86 gadget-finder tool useful to
find gadgets in programs, modules and running processes.
The ROP search engine is based on 4 points:
1. Search by objective
2. An “executable/module/process/misc” snapshot
3. x86 code emulation (QEMU support)
4. Black box…