I made a simple PE packer (TinyLoad) in C++

I made a simple PE packer (TinyLoad) in C++

Hello r/Hacking!

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

TinyLoad packing calc.exe

submitted by /u/GuiltyAd2976
[link] [comments]


from hacking: security in practice https://ift.tt/nd24bBe

Comments