Skip to content

spiperac/armroper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ARM Roper Build Status

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.

Installation

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

Usage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :)

Credits

All the credits goes to the MyRop, and Jonathan Salwan from the shell-storm.org

License

Check the LICENCE file.

About

ARM rop chain gadget searcher

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages