Git Product home page Git Product logo

kdsnap's Introduction

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> !connectVM <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.

kdsnap's People

Contributors

dreisel avatar brikelly avatar shakreiner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.