Skip to content
/ xrop Public
forked from ThomasKing2014/xrop

Tool to generate ROP gadgets for ARM, x86, MIPS and PPC

Notifications You must be signed in to change notification settings

List3nt0/xrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrop

xrop is a simple tool to generate ROP gadgets. It supports PE, ELF, Mach-O and perhaps other executable formats. It uses the libxdisasm library and currently supports generating ROP gadgets for x86, x86_64, arm, ppc and mips.

Build Instructions:

cd xrop
git submodule update --init --recursive
make

Examples:

Example output for x86_64 and ARM executables

About

Tool to generate ROP gadgets for ARM, x86, MIPS and PPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Makefile 1.8%
  • Shell 0.3%