mirror of
https://github.com/yardenshafir/WinDbg_Scripts
synced 2026-06-08 18:28:57 +00:00
Create EtwAllRegisteredTraceGuids
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
dx -r0 @$GuidTable = ((nt!_ESERVERSILO_GLOBALS*)&nt!PspHostSiloGlobals)->EtwSiloState->EtwpGuidHashTable
|
||||
dx -s @$nonEmptyTraceGuids = @$GuidTable.Select(bucket => bucket.ListHead[0]).Where(l => l.Flink != &l)
|
||||
dx -r2 @$nonEmptyTraceGuids.Select(l => Debugger.Utility.Collections.FromListEntry(l, "nt!_ETW_GUID_ENTRY", "GuidList").Select(g => g.Guid))
|
||||
Reference in New Issue
Block a user