Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 301 Bytes

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