A simple C++ binary obfuscator
stub | ||
README.md |
Packer
- Will encrypt your binary with a custom key and cipher
- Will generate a stub to execute your code
- Windows only, due to technical reasons
Structure
- the stub is embeded in the source code of packer
- the stubs code itself is in the /stub folder