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.
cd xrop
git submodule update --init --recursive
make
- v1.1 - call gadgets, jmp gadgets, printing instruction opcodes.