Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 396 Bytes

rustyrop

ROP gadget scanner in Rust. Currently supports x86-64 ELF/Mach-O binaries.

rustyrop 0.1
Akul Pillai <contact@akulpillai.com>
ROP Gadget Scanner

USAGE:
    rustyrop [OPTIONS] <file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l <length>        Specify maximum gadget length, default=5

ARGS:
    <file>