Available for projects

BUILD
WHAT
HURTS.

I build system-level tools for Windows — the ones that dig into APIs nobody documents, solve problems that "should just work", and don't ask you to click through six settings screens to do one simple thing.

6bigjio
6BIGJIO
Systems Engineer · Native Windows Tooling
3
Products
C++
Core Layer
Win32
Low-Level APIs
IMMDeviceEnumerator::EnumAudioEndpoints() IPolicyConfigVista::SetDefaultEndpoint() IAudioSessionManager2::GetSessionEnumerator() RegisterHotKey(HWND, id, MOD_ALT, VK_F9) CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0) BCryptOpenAlgorithmProvider(L"SHA256") DllGetClassObject(CLSID_CPolicyConfigVistaClient) IMMDeviceEnumerator::EnumAudioEndpoints() IPolicyConfigVista::SetDefaultEndpoint() IAudioSessionManager2::GetSessionEnumerator() RegisterHotKey(HWND, id, MOD_ALT, VK_F9) CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0) BCryptOpenAlgorithmProvider(L"SHA256") DllGetClassObject(CLSID_CPolicyConfigVistaClient)
01
Philosophy

Most software is a wrapper around a wrapper around a bad API decision from 2009. I try to avoid that whenever the platform allows it.

I work close to the system layer — COM interfaces, Windows audio internals, native event pipelines, low-level device orchestration, and the parts of the platform most applications never touch directly.

Every product starts from a real operational problem, not a feature checklist. I build tools that should probably exist natively in Windows, but don't.

The architecture is usually the same: a native C++ core responsible for the system layer and performance-critical logic, with a thin orchestration/UI layer on top when the platform needs one.

Depth
C++ / Win32
92%
Windows Audio API
88%
COM / WinRT
80%
C# / WPF
78%
Reverse Engineering
70%
System Architecture
85%

THREE
PROBLEMS.
FIXED.

01
C++ Core WPF WASAPI COM Live
AVENOISE
Windows forces you to dig through 6 screens to switch audio devices. Avenoise fixes this at the system level — C++ core talking directly to IPolicyConfigVista via vtable probing (undocumented COM interface Microsoft won't acknowledge). One hotkey, all devices move. Games auto-switch on launch, auto-restore on exit. The kind of thing Windows should have shipped with in 2009.
● Live · $9
02
C++ Core DXGI FFmpeg DShow Live
RAGE REPLAY
Most clipping software is bloated, inconsistent, or murders FPS on weaker hardware. Rage Replay was built to stay invisible while recording continuously — GPU-accelerated DXGI capture with hardware encoders (NVENC / AMF / QSV), reactive audio & movement triggers, isolated webcam/audio pipelines via DShow, automatic encoder probing, and fallback paths when hardware fails. Stable under load. No desync. No frame freezes. Built for people who actually play games.
● Live · Freemium
03
Forensics C++ Core OCR Event Capture Live
TRACE PROOF
Trace Proof is a local-first incident capture and evidence preservation system designed for moderation workflows, internal investigations, and operational review. Instead of relying on retrospective logging, Trace Proof continuously preserves contextual artifacts as events happen — screenshots, recordings, OCR-triggered captures, process activity, timestamps, and correlated metadata — assembling them into structured evidence bundles with verifiable timelines and custody-oriented packaging. Built around deterministic capture flows, hash-at-capture integrity, local evidence ownership, and explicit operational boundaries instead of exaggerated “forensic truth” claims. Designed for environments where evidence usually disappears before anyone realizes it mattered.
● Live · B2B
Tools of the trade

THE STACK

No cargo-culting. Every tool earns its place.

C++ / MSVC
Core layer. COM, Win32, undocumented APIs. Where the actual work happens.
🔊
WASAPI / MMDevice
Windows audio internals. IMMDeviceEnumerator, IPolicyConfig, vtable probing.
🪟
C# / WPF
UI layer via P/Invoke bridge. Thin. Doesn't touch the system itself.
🔐
BCrypt / WinINet
SHA-256 HWID, license tokens, HTTPS — no third-party crypto libs.
Cloudflare Workers
License activation backend. Edge-deployed, KV storage, Ed25519 via WebCrypto.
📦
CMake / NSIS
Build system and installer. Reproducible, scriptable, no IDE lock-in.
🔬
x64dbg / IDA
When Microsoft won't document something. Find it yourself.
🌐
Vanilla HTML/CSS/JS
For landing pages. No React. No bundler. Ships in one file.

GOT A
PROBLEM?

If something on Windows is broken and it shouldn't be — that's my kind of project. Custom system tools, Windows internals, anything that requires going below the surface.