crop is a simple compiler for ROP gadgets. Will be optimized for CFI-based attacks.
Dependencies:
+ Python 2.7.x
+ Elf Binary
+ NASM
Todo:
+ creating the smallest x86 ELF binary that would execute saying Hello World on Linux Console.
Usage:
git clone https://github.com/jbrower95/crop && cd crop python main.py chello.c chello --test
Source: https://github.com/jbrower95