├── readme.md ├── requirements.txt ├── shellcode_encoder.py └── templates ├── encryptedShellcodeWrapper.cpp ├── encryptedShellcodeWrapper.cs └── encryptedShellcodeWrapper.py /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/requirements.txt -------------------------------------------------------------------------------- /shellcode_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/shellcode_encoder.py -------------------------------------------------------------------------------- /templates/encryptedShellcodeWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/templates/encryptedShellcodeWrapper.cpp -------------------------------------------------------------------------------- /templates/encryptedShellcodeWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/templates/encryptedShellcodeWrapper.cs -------------------------------------------------------------------------------- /templates/encryptedShellcodeWrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ShellcodeWrapper/HEAD/templates/encryptedShellcodeWrapper.py --------------------------------------------------------------------------------