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

stuck when find gadgets in vmlinux #149

Open chennbnbnb opened 3 years ago

chennbnbnb commented 3 years ago

image

it stuck for a long time when I try to find gadgets in vmlinux for many times

chennbnbnb commented 3 years ago

vmlinux.zip

my vmlinx file

sashs commented 3 years ago

Hi. I will check that. However, since the vmlinux binary is a very large binary it is possible that the last part takes much of time. I tested it with a MongoDB binary (20mb) and it take more than 10 minutes. However, the gadgets are cached. That means only the first time it takes that huge amount of time.