Skip to content

ROP gadget finder written in Rust for x86-64 ELF/Mach-O binaries

Notifications You must be signed in to change notification settings

akulpillai/rustyrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

ROP gadget finder written in Rust for x86-64 ELF/Mach-O binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages