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

Updates Dockerfile #184

Open CheddarJon opened 2 months ago

CheddarJon commented 2 months ago

setup.py was removed in commit 525bcf7f047eef9f2c32b93bfb132e7f2488d96c which broke the Dockerfile. Just using pip3 to install ropper seems to do the trick but let me know what you think.