mirror of
https://github.com/yardenshafir/WinDbg_Scripts
synced 2026-06-08 18:28:57 +00:00
Create EtwRegisteredProvidersForProcess
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user