├── README.md ├── ShellCode_Loader.py ├── Shellcode_encryption.exe └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecNN/ShellCode_Loader/HEAD/README.md -------------------------------------------------------------------------------- /ShellCode_Loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecNN/ShellCode_Loader/HEAD/ShellCode_Loader.py -------------------------------------------------------------------------------- /Shellcode_encryption.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecNN/ShellCode_Loader/HEAD/Shellcode_encryption.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome==3.15.0 2 | pyinstaller 3 | --------------------------------------------------------------------------------