A simple C++ binary obfuscator
Find a file
2025-07-03 10:54:14 +02:00
stub UwU 2025-07-03 10:54:14 +02:00
README.md UwU 2025-07-03 10:51:34 +02:00

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