// PROJECTS
Tactical development logs and architectural research. These records document the transition from automated exploitation to custom engine design.
TIMELINE: Dec 2025 – Present
LANG: Rust / LLVM
Executive Summary Revenant is a high-performance Dynamic Binary Translation (DBT) framework engineered in Rust. It specializes in the automated deobfuscation of polymorphic and metamorphic malware by lifting opaque binary blobs...
Rust
LLVM
Compiler Internals
DBT
AArch64
x86_64
TIMELINE: Apr 2025 – Present
LANG: Zig
Developing a high-performance, deterministic solver engine in Zig, challenging standard heuristic approaches (like Alpha-Beta pruning) via novel state-space reduction.
Zig
SIMD
State-Space Reduction
Retrograde Analysis
Bitboards
TIMELINE: Aug 2023 – Dec 2023
LANG: C++, ASM, PowerShell
Designed and implemented a custom Command & Control (C2) infrastructure to simulate sophisticated adversary behavior in controlled environments.
C++
C2
Malware Dev
EDR Evasion
Windows Internals
TIMELINE: Jan 2023 – March 2023
LANG: Python
A custom exploitation tool written in Python to automate the detection and exploitation of x86 stack-based buffer overflows. This framework was developed at age 15, establishing my foundation in low-level...
Python
x86
ROP Chains
WinDbg
Fuzzing