JonathanSalwan / ROPgadget

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.
Other
3.96k stars 557 forks source link

Created Dockerfile #187

Closed oddrabbit closed 1 year ago

oddrabbit commented 2 years ago

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.

SweetVishnya commented 2 years ago

Why would anyone need a container containing just python -m pip install ROPgadget ?

SweetVishnya commented 2 years ago

If you want to add a Dockerfile, you may compose one that builds ROPgadget from source.