Files
dutchpsycho 3159249e08 controller/injection: port injection module to C++ and add handle utility header
Replace Blackbird_controller_injection.c with injection.cpp. Add core/util/handles.h
with RAII handle wrappers (UniqueHandle, UniqueProcessHandle) used across the C++
modules to avoid manual CloseHandle call paths. Refs #11.
2026-04-17 15:00:00 +00:00
..