OS virtualization extensions for Process Hacker. Currently only VMWare is supported.
Attached source code + x86/x64 binaries, but plugin is also available in github:
https://github.com/TETYYS/ph-virtex
Process Hacker Discussion Forum
Yeah sorry, but it was a necessary changeMagicAndre1981 wrote:the PLugin is broken since the API Rework in Rev 5965 (new memory Tab), here the _PH_MEMORY_PROVIDER is gone.
Also I don't find the plugin useful. It only shows the working set, but not the real memory usage that the Windows uses in the VM.
For VMware, you can enumerate mapped files and look for the ".vmem" extension. I'm not sure if that gives you the actual memory usage though.TETYYS wrote:I plan on using VMWare VIX and VirtualBox APIs, but I have problems with linking in x86 VIX build
No no, not that, I'm planning to expand this to stopping/restarting VMs, listing processes inside VM.wj32 wrote:For VMware, you can enumerate mapped files and look for the ".vmem" extension. I'm not sure if that gives you the actual memory usage though.TETYYS wrote:I plan on using VMWare VIX and VirtualBox APIs, but I have problems with linking in x86 VIX build