sashs / Ropper

Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
https://scoding.de/ropper
BSD 3-Clause "New" or "Revised" License
1.87k stars 206 forks source link

fixed ldm sp jop #158

Closed brandonssipes closed 2 years ago

brandonssipes commented 2 years ago

The first byte of the instruction was incorrect. As written it matches a pop rather than a ldm.

sashs commented 2 years ago

Merged, THX!