@blnchdev
blanche.dev
Systems Developer & Reverse Engineer
C++ developer focused on Windows internals and low-level tooling!!
Comfortable with x86/x64 assembly, NT internals and kernel-mode development
Occasionally nerd-rant about what I find or learn at blog.blanche.dev :3c
Lately reading about upcoming C++26 stuff!
Aether - Dynamic syscall wrapper for Win32. Grabs syscall indexes at runtime so your code works across different Windows versions.
Clairvoyance - InstrumentationCallback Hooking Framework for Windows
Reflection (WIP) - Modern ReClass equivalent with more features (psst... here's a sneak peek as of March 2026!)
Wraith - Handle duplication utility; leverages existing process handles rather than opening new ones
Zephyr (WIP) - DLL manual mapper with multiple control flow redirection methods
Currently working on:
- Memory dissector borrowing features from various analysis tools (a modern replacement to ReClass)
- DLL manual mapper
- Kernel Driver manual mapper