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.
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.
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