GithubHelp home page GithubHelp logo

kdbg-driver-vagrant's Introduction

kdbg-driver-vagrant

Based off of this article

my gist

My current set up uses a slightly different approach which is described here.

Setup

  1. Install the VMWare Vagrant Utility. Reboot your machine afterwards.
  2. Set up a Windows 10 VM as you normally would. Keep the hardware requirements (CPU and RAM) to a minimum.
  3. In the VM:
    1. Install the VMWare guest tools
    2. Disable Shutdown Tracker
    3. Disable complex passwords
    4. Set network adapter to "Private"
    5. Enable RDP
    6. Disable Driver Signature Enforcement and enable Test Sign mode
    7. Completely disable UAC: In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System set EnabledLUA to 0
    8. Install all pending updates (optional)
    9. To redirect debug messages to WinDbg (optional): In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager create the key Debug Print Filter. Add a DWORD entry called DEFAULT with value 0xFFFFFFFF
  4. Shutdown VM
  5. Open the "Virtual Network Editor" and hit "Change Settings". Select NAT in the list and then NAT Settings. Set UDP timeout to 32767 or WinDbg may get disconnected
  6. Go to the folder containing the vmx file
  7. Execute tar cvzf Win10ProBase.box ./*. This is the equivalent of running vagrant package for VBox.
  8. If step 7 fails create a file called metadata.json in that directory with the following content:
    {
     "provider": "vmware_desktop"
    }
  9. Execute vagrant box add layle/win10pro .\Win10ProBase.box
  10. You are all set now. Use the attached files to spin up your boxes

Make sure to update the host IP in the batch files to your own host IP!

kdbg-driver-vagrant's People

Contributors

gavz avatar ioncodes 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.