Introduction to ARMSCGen

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

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

AArch32-ARM Mode shellcodes

Table Of Contents

Previous topic

Welcome to ARMSCGen’s documentation!

Next topic

ARMSCGen — ARM Shellcode Generator

This Page