5 Commits

Author SHA1 Message Date
dutchpsycho f15d281d54 hook/ipc: update hook pipe transport 2026-05-06 09:11:12 +10:00
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
dutchpsycho d34404c95e hook/runtime: harden controller bootstrap and prune legacy IPC 2026-04-13 14:55:19 +10:00
dutchpsycho 91ff4521e7 hook/runtime: add module hooks and image-backed integrity checks 2026-04-03 17:47:54 +10:00
dutchpsycho b5a1526529 Fix project paths after source tree rename 2026-04-03 14:23:15 +10:00