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

Enhancement: Output option for a C format. #122

Open Techno-Fox opened 4 years ago

Techno-Fox commented 4 years ago

I was working on another exercise. Then something came to my mind. Could I make this exploit in C (local exploit). However the output option (from my knowledge) is only python. This is great for network exploits, but not for local (python dependencies). This would add another langauge option in the ropchain.

P.S. Thank you