HyperDbg Documentation
HyperDbg
Research
Download
Source code
Search…
HyperDbg
Getting Started
Quick Start
FAQ
Build & Install
Attach to HyperDbg
Using HyperDbg
Prerequisites
User-mode Debugging
Kernel-mode Debugging
Commands
Debugging Commands
Meta Commands
Extension Commands
Scripting Language
Commands Map
Tips & Tricks
Considerations
Nested-Virtualization Environments
Supported Virtual Machines
Run HyperDbg on VMware
Run HyperDbg on Hyper-V
Supporting VMware/Hyper-V
VMware backdoor I/O ports
Misc
Contribution
Style Guide
Logo & Artworks
Design
Features
Debugger Internals
Links
Twitter
YouTube
Doxygen
Contribution
Powered By
GitBook
Run HyperDbg on Hyper-V
How to run HyperDbg on Hyper-V nested-virtualization?
Hyper-V has an unknown problem with HyperDbg and HyperDbg-style hypervisors. You might encounter unknown errors. We left it for future support.
In order to run HyperDbg on Hyper-V, you should enable nested-virtualization on it.
For Hyper-V, we can enable nested-virtualization for the target virtual machine by running the following command on
Powershell
:
Set-VMProcessor -VMName PutYourVmNameHere -ExposeVirtualizationExtensions $true
Note that instead of
PutYourVmNameHere
, put the name of your virtual machine that you want to enable nested virtualization for it.
And if you need to disable it, you can run:
Set-VMProcessor -VMName PutYourVmNameHere -ExposeVirtualizationExtensions $false
Previous
Run HyperDbg on VMware
Next
Supporting VMware/Hyper-V
Last modified
9mo ago
Copy link
Edit on GitHub