Just a fun C++ helper library for myself.
Source code is divided in 'parts' under the public folder, just include the lib.cpp of the part you want to use. Documentation for each part should eventually be added in their specific folder some time later. NOTE: Do not expect this stuff to work! It's all still very early WIP/Incomplete.
Tiny color lib.
A filesystem abstraction & file crud abstraction.
Various simple hashing algorithms. Comes with compile time hashing and a .html to generate hashes.
String encryption, X-ref breaking, compile time random number generator.
My own version of the standard library for learning and fun purposes.
Light weight small lib for parsing PE files, windows specific.
Various tools for low level hacking. Signature scanning, hooking classes, RWE allocator for allocating code stubs, etc..
Random other stuff.