Quantcast
Viewing all articles
Browse latest Browse all 25

crop – C-style language ROP Compiler for CFI-hardened system attacks.

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


Viewing all articles
Browse latest Browse all 25

Trending Articles