Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnandersen777/unalignedrop

Find many more gadgets in Intel architecture binaries
https://github.com/johnandersen777/unalignedrop

Last synced: about 14 hours ago
JSON representation

Find many more gadgets in Intel architecture binaries

Awesome Lists containing this project

README

        

# Python unaligned ROP gadget finder

This is a library to help you find the addresses of gadgets in the `.text`
segment of an ELF x86 / x64 binary. There are many tools our there to find rop
gadgets but none that I have seen which find unaligned gadgets. This will of
course also find aligned gadgets.

## Installation

```log
pip3.5 install --upgrade --user \
git+https://github.com/pdxjohnny/unalignedrop.git
```