// PROJECTS

Tactical development logs and architectural research. These records document the transition from automated exploitation to custom engine design.

Revenant – The Lucid Execution Engine

[ACTIVE]
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
ACCESS_FULL_DOSSIER_AND_LOGS -> SOURCE_CODE

Xernoth – Deterministic State-Space Chess Solver

[ACTIVE]
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
ACCESS_FULL_DOSSIER_AND_LOGS ->

ATP C2 – Custom Command & Control Infrastructure

[ARCHIVED]
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
ACCESS_FULL_DOSSIER_AND_LOGS ->

BAF – Buffer Overflow Automation Framework

[ARCHIVED]
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
ACCESS_FULL_DOSSIER_AND_LOGS -> SOURCE_CODE