> For the complete documentation index, see [llms.txt](https://book.ice-wzl.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ice-wzl.xyz/exploit-development/ropeme.md).

# ropeme

* Start the tool

```
python3 ropshell.py
# look for rops in a .so that gets loaded at a static address
generate /lib/lib.so
load /lib/lib.so.ggt
```

### Search for a specific gadget

```
ROPeMe> search xor eax, eax
ROPeMe> search pop ecx % pop edx 
REPeMe> search int 0x80 %
```
