A set of powershell commands to work with heaps directly. Sample (I don't know PowerShell, so syntax is approx): ``` powershell Inject (GetNetApplications | Single) GetObjects | Filter 'System.Threading.Thread' | Filter State=Active ```
A set of powershell commands to work with heaps directly.
Sample (I don't know PowerShell, so syntax is approx):