This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.
I just created a Dockerfile in order to build a ROPgadget image. I can also make another Pull Request to make the docker-run.sh script so that the host filesystem can be exposed when the container runs.
Hi @JonathanSalwan,
I just created a Dockerfile in order to build a ROPgadget image. I can also make another Pull Request to make the docker-run.sh script so that the host filesystem can be exposed when the container runs.
Thanks.