Dump Virtual Box Memory
A quick reminder of one of the ways of how to dump memory of a VM running on VirtualBox in Linux environment.
List Available VMs
cd "C:\Program Files\Oracle\VirtualBox\"
.\VBoxManage.exe list vms
...
"win1002 debugee" {5f176ebb-a0cc-4dc7-9c6f-988fcbcca867}
...Enable Debug Mode
mantvydas@~: virtualbox --startvm 'yourVMName or VM UUID' --dbgDump VM Memory


Persistence
Last updated