Shellen is an interactive shellcoding environment. If you want a handy tool to write shellcodes, then shellen may be your friend. Also, it can be used just as assembly/disassembly tool.
Features:
+ Prompt; It also has a usefull prompt, displaying current mode and chosen architecture exactly for this mode.
+ Assembling
+ Disassembling
+ Architectures; asm and dsm modes work for different architectures.
Requirements:
+ Python3
– keystone
– capstone
– colorama
– termcolor
– terminaltables
Usage:
git clone https://github.com/merrychap/shellen && cd shellen python3 setup.py install shellen type help for helper
Source: https://github.com/merrychap