Files
8damon-Blackbird-Platform/UserMode/hook/ipc
dutchpsycho 1aeb94c238 hook/ipc: add diagnostic logging to pipe transport to diagnose attach-with-no-data
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.
2026-04-15 11:00:00 +00:00
..