Get-ComaeProcess -DumpPath C:\cases\memory.dmp | Where-Object $_.Pid -eq 1337 | Get-ComaeVad
While Volatility is a standalone Python framework that runs analysis scripts, Comae is often used to the data for analysis or to allow analysts to use WinDbg (a native Windows debugger) for that analysis. Many forensic investigators use both: Comae to capture the image, and Volatility to analyze it, though Comae's SwishDbgExt offers a powerful alternative for those who prefer WinDbg syntax.