Skip to content

0xBADCA7/ARMSCGen

 
 

Repository files navigation

Shellcodes for ARM/Thumb mode

Ideas came from shell-storm and pwntools/pwnies.

Thanks to share all of brilliant sources on the net.

I'm interested in mobile platform and archtecture like Android on ARM, Router on MIPS and so on.

This project named ARMSCGen focus on shellcode on ARM Architecture especially ARMv7 Thumb Mode.

Requirement

Cross Compile Tool for ARM

as, ld and objcopy

capstone to disassemble codes

URL: http://www.capstone-engine.org/

Installation

python setup.py install

Usage

reads examples directory

and

uses scgen.py in CLI mode

List of Shellcodes

please refer to shellcodes_lists.md or scgen -l -a all

Documentation

URL: http://armscgen.readthedocs.org/ or /docs/ in source

TODO

writes shellcodoes precisely and writes docs in detail

(To be continued)

About

ARM Shellcode Generator (Mostly Thumb Mode)

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE-ARMSCGen.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Assembly 0.7%