Research
Documentation of low-level system mechanics, memory corruption patterns, and evasion techniques. The focus is on understanding *why* a vulnerability exists at the compiler or protocol level, rather than just how to trigger it.
Polymorphic Engine Development
Analysis of dynamic code mutation in Go to bypass static signature detection.
Engineering Log: The Mechanical Inevitability of Buffer Overflows
A deep dive into stack mechanics. Why does writing data 'up' cause the stack to break 'down'? Re-learning memory from first principles.