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

Constraint for assigning register to memory #144

Open hieplpvip opened 3 years ago

hieplpvip commented 3 years ago

Is it possible to add constraint for assigning register to memory (e.g. [eax]==edx])?

Sample gadget: mov dword ptr [eax], edx; ret;

Thank you very much for this awesome tool!