mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
1aeb94c238
Every fail path in the IPC pipe transport now emits a PipeDebugLog line via OutputDebugStringA. Each log line includes PID, TID, GetLastError value, command code, and sequence number so a debugger or DebugView trace makes it immediately clear where a pipe connection fails when a hooked process attaches but produces no events downstream. Fixes #15.