Tool for searching the rop gadgets for ARM. Basically, refactorisation of the MyROP project, with further plans for features like converting to python string, blah blah.
For deps just run: sudo pip install -r requirements.txt Also you will need a capstone libs installed. After that you can try roper with: ./armroper.py -h
spiperac@galactica ~/c/armroper> ./armroper.py -h
usage: armroper.py [-h] [-f FILENAME] [-d DEPTH] [-m]
optional arguments:
-h, --help show this help message and exit
-f FILENAME, --filename FILENAME
-d DEPTH, --depth DEPTH
-m, --mode
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :)
All the credits goes to the MyRop, and Jonathan Salwan from the shell-storm.org
Check the LICENCE file.