Skip to content

cyberark/KDSnap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
x64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

KDSnap

KDSnap is a DLL extension for WinDbg that integrates your debugger with your virtualization platform of choice. You can read more on the related article on our blog.

Overview

KDSnap allows you to connect to your debugged VM, and save or restore its state, using commands from within the debugger itself. KDSnap Currently supports VMware Workstation and Oracle’s VirtualBox.

Usage:

Change the virtualization platform (default is VMware).

kd> !platform<VMware / VBox> 

Connecting to the virtual machine is done using the .vmx file full path when using VMware or using the machine's fullname when using VirtualBox.

kd> !virtualMachine <VMX Full Path / VM name>

Taking a snapshot is done simply by the snapshot coammnd.

kd> !snapshot <snapshot_name>

Reverting to presvious snapshot is done in the same way.

kd> !revert <snapshot_name>
* To use VBox you must run the debbuger as admin.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published