mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
3159249e08
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.