Making opaque systems understandable.
I build low-level software, reverse-engineering tools, and reliable infrastructure for problems that demand precision beyond the happy path.
Open-source first. Real tools, inspectable code, reproducible results.
Deep work, close to the metal
The common thread is control: understanding what software actually does, then building tools that make that behavior observable, testable, and reliable.
Reverse engineering
Static and dynamic analysis, binary formats, RTTI, virtual tables, decompiler workflows, signatures, and executable reconstruction.
Systems software
Cross-platform C++ tooling, Windows internals, runtime instrumentation, memory management, hooks, IPC, concurrency, and performance-sensitive code.
Security research
Attack-surface analysis, defensive validation, software protection research, protocol inspection, and tooling for authorized security work.
DevOps & infrastructure
Containerized deployments, Linux administration, CI/CD, service hardening, observability, and repeatable environments for development and analysis.
Engineering from evidence, not assumptions.
I work where abstractions leak: executable formats, process memory, runtime behavior, operating-system internals, and tooling that must remain correct under edge conditions.
The goal is not merely to make something work once. The goal is to understand why it works, encode that understanding into maintainable software, and verify the result against the real system.
Inspect the code on GitHub-
01
Inspect
Collect artifacts, traces, state, and constraints.
-
02
Model
Turn observations into a falsifiable technical model.
-
03
Build
Implement the smallest reliable mechanism that solves the problem.
-
04
Verify
Test behavior, failure modes, portability, and regressions.
Tools selected for the problem
No loyalty to novelty. The right layer, language, and runtime are chosen according to constraints and verifiability.
The best introduction is working code.
Browse the repositories, inspect the implementation, or start a technical conversation through GitHub.