mirror of
https://github.com/yardenshafir/WinDbg_Scripts
synced 2026-06-08 18:28:57 +00:00
2 lines
183 B
Plaintext
2 lines
183 B
Plaintext
dx -r2 @$cursession.Processes.Select(p => new {Name = p.Name, SecurityDomain = p.KernelObject.SecurityDomain}).GroupBy(p => p.SecurityDomain).Select(x => x.Select(p => p.Name)), 1000
|