├── README.md ├── img ├── enc1.png ├── enc2.png ├── enc3.png ├── gen1.png ├── gen2.png ├── help.png └── test.png ├── requirements.txt └── shellcoder.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/README.md -------------------------------------------------------------------------------- /img/enc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/enc1.png -------------------------------------------------------------------------------- /img/enc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/enc2.png -------------------------------------------------------------------------------- /img/enc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/enc3.png -------------------------------------------------------------------------------- /img/gen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/gen1.png -------------------------------------------------------------------------------- /img/gen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/gen2.png -------------------------------------------------------------------------------- /img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/img/help.png -------------------------------------------------------------------------------- /img/test.png: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/requirements.txt -------------------------------------------------------------------------------- /shellcoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootshooter/shellcoder/HEAD/shellcoder.py --------------------------------------------------------------------------------