LibEx
LibEx copied to clipboard
C++ Helper Library for myself
LibEx project
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.
Color
Tiny color lib.
FileSystem
A filesystem abstraction & file crud abstraction.
Hash
Various simple hashing algorithms. Comes with compile time hashing and a .html to generate hashes.
Meta
String encryption, X-ref breaking, compile time random number generator.
MySTD
My own version of the standard library for learning and fun purposes.
PeLite
Light weight small lib for parsing PE files, windows specific.
ToolKit
Various tools for low level hacking. Signature scanning, hooking classes, RWE allocator for allocating code stubs, etc..
Tools
Random other stuff.