Researching low level computer security as a hobby
injector - cross platform injection tool for debugging and learning different operating systems
memory-abstraction-layer - wrap raw memory operations into clean functions
pattern-scanner - scans game memory for byte signatures to dynamically find offsets
offset-dumper - standalone exe that launches, reads netvars/patterns and writes them to a file
netvar-manager - walks a table of offsets and caches needed offsets
process-memory-viewer - standalone cli that attaches and inspects memory live to verify sdk structs
sdk - uses netvars+pattern scans to define game classes
csgo-trainer - final goal