u/GuiltyAd2976

Wanting to share progress on a Website im making

So basically im making an AI chat right now for fun (i dont think i will release it) and the UI has turned out to be one of the best UI's ive ever made. I just wanna share it with yall, any feedback appreciated < 3
See video:

Riverflow.ai UI

reddit.com
u/GuiltyAd2976 — 3 days ago
▲ 5 r/blackhat+2 crossposts

Made a pe packer/crypter with a custom vm and compression. Wanting to share it and get feedback/suggestions for updates! thanks :)

u/GuiltyAd2976 — 3 days ago
▲ 20 r/hacking

TinyLoad v3 — Windows PE packer, just updated.

replaced the old rolling XOR with a proper VM layer. custom 20-opcode interpreter baked into the stub. every time you pack something the opcode table gets randomly shuffled so every output binary decrypts itself using a different instruction set.

the idea is that an analyst can't just pattern-match on the decryption loop — they have to reverse the interpreter before they can even start on the payload. still beatable obviously but it's a completely different class of effort vs XOR.

compresses with custom LZ77 first then VM encrypts on top. payload runs directly in RAM via manual PE mapping, never touches disk.

one .cpp file, no dependencies.

https://github.com/iamsopotatoe-coder/TinyLoad

what would you add to make it harder to reverse?

u/GuiltyAd2976 — 11 days ago