All Projects → spiperac → armroper

spiperac / armroper

Licence: GPL-2.0 license
ARM rop chain gadget searcher

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to armroper

Ysoserial
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
Stars: ✭ 4,808 (+13255.56%)
Mutual labels:  exploit, gadget
exploiting
Exploiting challenges in Linux and Windows
Stars: ✭ 122 (+238.89%)
Mutual labels:  exploit, pwnable
CTF
CTF binary exploit code
Stars: ✭ 37 (+2.78%)
Mutual labels:  exploit, pwnable
Pwntools
CTF framework and exploit development library
Stars: ✭ 8,585 (+23747.22%)
Mutual labels:  exploit, pwnable
Jexboss
JexBoss: Jboss (and Java Deserialization Vulnerabilities) verify and EXploitation Tool
Stars: ✭ 2,008 (+5477.78%)
Mutual labels:  exploit, gadget
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (+1538.89%)
Mutual labels:  arm, exploit
exynos-usbdl
Unsigned code loader for Exynos BootROM
Stars: ✭ 57 (+58.33%)
Mutual labels:  arm, exploit
Nailgun
Nailgun attack on ARM devices.
Stars: ✭ 114 (+216.67%)
Mutual labels:  arm, exploit
ManageEngineFileUploadExploit
POC script for the ManageEngine Multiple Products Authenticated File Upload Exploit
Stars: ✭ 14 (-61.11%)
Mutual labels:  exploit
makeuniversal
Tool to create a Universal Binary version of a Qt distribution.
Stars: ✭ 40 (+11.11%)
Mutual labels:  arm
Talks
schedule and materials about my presentations
Stars: ✭ 245 (+580.56%)
Mutual labels:  arm
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (+44.44%)
Mutual labels:  exploit
Robot Arm Write Chinese
使用uArm Swift Pro机械臂写中文-毛笔字
Stars: ✭ 57 (+58.33%)
Mutual labels:  arm
Android Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
Stars: ✭ 250 (+594.44%)
Mutual labels:  arm
pysploit-framework
free exploit framework written use python language version 3.3
Stars: ✭ 33 (-8.33%)
Mutual labels:  exploit
Bdvl
LD_PRELOAD Linux rootkit (x86 & ARM)
Stars: ✭ 232 (+544.44%)
Mutual labels:  arm
Gnu Eprog
Embedded Programming with the GNU Toolchain
Stars: ✭ 230 (+538.89%)
Mutual labels:  arm
vscode-arm
Arm® Syntax highlighting for VSCode
Stars: ✭ 35 (-2.78%)
Mutual labels:  arm
IAT API
Assembly block for finding and calling the windows API functions inside import address table(IAT) of the running PE file.
Stars: ✭ 63 (+75%)
Mutual labels:  exploit
Awesome-Retro-Docs
A curated collection of technical documentation for Arcades, Handhelds, Consoles, Computers and MCU’s.
Stars: ✭ 128 (+255.56%)
Mutual labels:  arm

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].