Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnandersen777/unalignedrop
- Owner: johnandersen777
- License: gpl-3.0
- Created: 2016-09-02T07:20:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T18:52:28.000Z (over 4 years ago)
- Last Synced: 2024-10-24T09:12:43.755Z (25 days ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```