howerj / shrinkLinks
LZSS/RLE compression library - for making big things small and then back again, or big things slightly bigger...
☆32Updated 2 years ago
Alternatives and similar repositories for shrink
Users that are interested in shrink are comparing it to the libraries listed below
Sorting:
- Alternative Windows C runtime for minimal binary size☆38Updated 9 years ago
- Small portable HMAC in C☆83Updated last year
- Unlicensed tiny / small portable implementation of 128/256-bit AES encryption in C, x86, AMD64, ARM32, ARM64 and LoongArch64 assembly☆134Updated last week
- A minimal C runtime for Windows instead of MSVCRT☆108Updated 6 years ago
- Stripped-down release of Tiny CC for minimalist coding on 64-bit Windows.☆39Updated last week
- Repository of different kernel drivers written while studying Windows NT Driver development☆12Updated last year
- A C library for creating and using TCP/IP packets with raw network sockets☆71Updated last year
- Samples from my book Windows Native API programming☆80Updated 8 months ago
- A Windows PE loader / manual mapper for executables (x86 and x64) with full TLS (Thread Local Storage) support.☆85Updated 3 months ago
- Windows Explorer application written in assembly☆15Updated 2 years ago
- A header-only C++ library for accessing files in COFF binary format. (Including Windows PE/PE+ formats)☆212Updated 4 months ago
- break link between dll and it file on disk☆12Updated last year
- A work-in-progress C++20/23 header-only maths library for game development, embedded, kernel and general-purpose that works in constant c…☆25Updated 3 years ago
- ☆22Updated last year
- A Light Weight TLS Cryptography Library in C/C++ with Support for RSA ECC AES GCM and Chacha20/Poly1305☆95Updated last year
- Easy encrypt/decrypt data with TPM☆25Updated last year
- NtCreateUserProcess with CsrClientCallServer for mainstream Windows x64 version☆42Updated last year
- "Mingw64 Driver Plus Plus": Mingw64, C++, DDK and (EA)STL made easy!☆43Updated 3 months ago
- Single-header LZW (Lempel-Ziv-Welch) C Library, headerless compressor & decompressor (variable code, 9-16 bits)☆22Updated last month
- Reimplement CreateProcessInternalW via Windows 10 20H1+/Windows 11 Base on NtCreateUserProcess-Post☆77Updated last year
- User-mode implementation of HTTP.SYS. Implements HTTP 1.1 of the "HTTP Server API 2.0" for web servers☆44Updated 11 months ago
- Cross-platform proxy resolution library written in C.☆17Updated 2 weeks ago
- Add an empty section to a PE file☆53Updated 8 years ago
- My try to implement a virtual CPU in C☆19Updated 2 years ago
- Example of waiting for Event Objects by associating them with a I/O Completion Port (IOCP), effectively lifting MAXIMUM_WAIT_OBJECTS (64)…