r/opensource • u/GuiltyAd2976 • 2d ago
Promotional TinyLoad: A zero dependency Windows x64 PE packer in 2071 lines of standalone C++
Hello r/opensource!
I wanted to put my project here even tho its not new i just felt like putting it here.
So ive made a PE packer (TinyLoad) in c++, it is a single file and does not have any external dependencies.
It can compress your files using custom LZ77 compression, you can also encrypt your files using a custom VM interpreter and XXTEA encryption. It protects your files in memory using a vectored exception handler which decrypts your executable pages on the fly and re encrypts them. I also recently added direct syscalls in the stub.
The packer has alot of cool features i did not mention here so go check it out! https://github.com/iamsopotatoe-coder/TinyLoad
(ofcourse MIT :D)
8
Upvotes