rewire up target colors with processes/modules/threads; use first module path for correllation rather than entities & id correllation

This commit is contained in:
Ryan Fleury
2024-03-27 15:25:27 -07:00
parent 22185cee5f
commit a14d0f5b18
7 changed files with 52 additions and 113 deletions
-6
View File
@@ -302,12 +302,6 @@ typedef enum CTRL_EventKind
CTRL_EventKind_MemDecommit,
CTRL_EventKind_MemRelease,
//- rjf: ctrl requests
CTRL_EventKind_LaunchAndInitDone,
CTRL_EventKind_AttachDone,
CTRL_EventKind_KillDone,
CTRL_EventKind_DetachDone,
CTRL_EventKind_COUNT
}
CTRL_EventKind;