Skip to content

Skryptonyte/CROP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages