Create EtwRegisteredProvidersForProcess

This commit is contained in:
yardenshafir
2023-04-09 11:57:56 -04:00
committed by GitHub
parent 1e1c74cb3c
commit a1d7b3a738
+2
View File
@@ -0,0 +1,2 @@
dx @$pid = 0xABCD
dx @$cursession.Processes[@$pid].Io.Handles.Where(h => h.Type == "EtwRegistration").Select(h => ((nt!_ETW_REG_ENTRY*)(&h.Object.Body))->GuidEntry->Guid)