Gbps / gbhv

Simple x86-64 VT-x Hypervisor with EPT Hooking
Creative Commons Attribution 4.0 International
828 stars 143 forks source link

Guest freezed on Virtualbox after successful vmlaunch #34

Open b1tg opened 1 year ago

b1tg commented 1 year ago

Hi, has you managed to successfully run a vt-x hypervisor project on Virtualbox, I have tried this project and https://github.com/tandasat/HyperPlatform without success.

My latest progress is making vmlaunch successful and DriverEntry returns STATUS_SUCCESS, but windbg(on host) shows busy and vm keep freezed. Any advice on how to troubleshoot this? Thanks.

Host machine: win10 x64 (physical) CPU: Intel I7 10700 Virtualbox: 7.0.8 (on win10) VM: Win7 x64 (in virtualbox)

Gbps commented 1 year ago

It is unlikely that VirtualBox has the proper emulation support. You should try VMware instead, which is what this project was originally tested on.On Apr 26, 2023, at 3:04 AM, red @.***> wrote: Hi, has you managed to successfully run a vt-x hypervisor project on Virtualbox, I have tried this project and https://github.com/tandasat/HyperPlatform without success. My latest progress is making vmlaunch successful and DriverEntry returns STATUS_SUCCESS, but windbg(on host) shows busy and vm keep freezed. Any advice on how to troubleshoot this? Thanks. Host machine: win10 x64 (physical) CPU: Intel I7 10700 Virtualbox: 7.0.8 (on win10) VM: Win7 x64 (in virtualbox)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>