Research
The bedrock for all R&D. We pursue fundamental knowledge and deep system understanding through continuous experimentation and technical trial-and-error.
MalDev Logs: Building a Polymorphic Engine in Go
Why simple hash mutation failed me, and how I used Go's AST to build a true polymorphic compiler.
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.