From 821d0aa3f5104a57d5a657ec6195d1dde082e4b3 Mon Sep 17 00:00:00 2001 From: iamsopotatoe <229453216+iamsopotatoe-coder@users.noreply.github.com> Date: Tue, 5 May 2026 15:23:50 +0200 Subject: [PATCH] Add TinyLoad single-file PE packer with LZ77 and custom VM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28c777d06..1ae41878b 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [cmix](https://github.com/byronknoll/cmix) - A lossless data compression program that aims for the highest compression ratios at the cost of speed. [GPL-3.0] * [LZSSE-SIMDe](https://github.com/nemequ/LZSSE-SIMDe) - A portable SIMD implementation of LZSSE compression. [BSD-2-Clause] * [Zopfli](https://github.com/google/zopfli) - A compression library that performs very good but slow deflate/zlib compression. [Apache-2.0] +* [TinyLoad](https://github.com/iamsopotatoe-coder/TinyLoad) - A single-file Windows PE packer with custom LZ77 compression and a VM-based stream cipher that randomizes its instruction set every build. No dependencies. [MIT] ## Concurrency *Concurrency and Multithreading*