Things I've built.
Early PhD paper on detecting synthetic mouse trajectories using 17 kinematic features. Achieves EER ≤ 0.001 and TPR > 99.5% under adversarial optimization.
Commercial binary obfuscation service. Upload a PE binary and PDB, pick a protection tier, get back a hardened binary.
Professional Windows performance optimizer with real-time monitoring and auto-optimization.
Header-only C++20 obfuscation library with compile-time encryption and polymorphic transformations.
Header-only C++17 kernel-mode driver obfuscation and anti-tampering library. String protection, control flow obfuscation, and integrity verification.
Safe, idiomatic Rust abstractions for Windows process internals. PEB/TEB access, syscalls, pattern scanning, hook detection.
End-to-end ML dataset toolkit. Auto-label with YOLO and train with DirectML acceleration.
Kernel-mode to user-mode communication methods for Windows driver development.
Static analysis for identifying anti-cheat detection vectors in Windows kernel drivers.
DirectX Shared Surface kernel-user communication for secure inter-process data transfer.
GPU-accelerated terminal emulator for Windows. DirectX 11 rendering at 60fps.