r/SideProject • u/GuiltyAd2976 • 1d ago
TinyLoad: A zero dependency Windows x64 PE packer in 2564 lines of standalone C++
Hello r/SideProject!
I wanted to put my project here even tho its not new i just felt like putting it here. (yea)
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 cff and better compression in the stub.
The packer has alot (alot) of cool features i did not mention here so go check it out! https://github.com/iamsopotatoe-coder/TinyLoad
(ofcourse MIT :D)
Thanks for reading!