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.88k stars 206 forks source link

imageBase in API #131

Open jfdive opened 4 years ago

jfdive commented 4 years ago

between addFile(), loadGadgetsFor() and getFileFor(), i cant seem to find a way to set the imagebase variable to offset the gadget addresses (working from raw file). Am i missing something ?

sashs commented 4 years ago

Hi,

apologize the late reply. Does not rs.setImageBaseFor(name=ls, imagebase=0x0) work for you?