Skryptonyte / CROP

ROP Gadget finding utility written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CROP

A lightweight and efficient tool to find ROP gadgets written entirely in C.

Only x86_64 ELF binaries are supported presently.

Usage

./crop <executable>

Requirements

  • libcapstone-dev

Compilation

gcc *.c -lcapstone -o crop

TODO

  • Add x86_32 support
  • Config options

About

ROP Gadget finding utility written in C


Languages

Language:C 100.0%