4d61726b / VirtualKD-Redux

VirtualKD-Redux - A revival and modernization of VirtualKD
GNU Lesser General Public License v2.1
812 stars 136 forks source link

[REGRESSION] VMs aren't being properly hooked into under VirtualBox 7.0.15 #66

Closed Zero3K closed 3 months ago

Zero3K commented 3 months ago

Describe the bug The hooking DLL assigned to the VM is not working properly. It is either not being loaded by VirtualBox or has a new/regressed bug in it.

To Reproduce Follow the steps in the documentation.

Expected behavior WinDBG should be ran and showing the debug output of the OS.

Configuration (please complete the following information):

Additional context Add any other context about the problem here.

4d61726b commented 3 months ago

The hooking DLL assigned to the VM is not working properly.

Works fine for me. Going to need you to be more specific here.

Zero3K commented 3 months ago

I mean, it shows up as Red in the VMMon program. I have the integration set to enabled for the VMs and the DLL is owned by SYSTEM (which also has full access).

4d61726b commented 3 months ago

Make sure you are using the new one. Toggle it to Disable and then back to Enable.

Zero3K commented 3 months ago

image

Zero3K commented 3 months ago

Make sure you are using the new one. Toggle it to Disable and then back to Enable.

I did do that.

4d61726b commented 3 months ago

I think I see the issue, I'll post an update shortly.

4d61726b commented 3 months ago

Try it now with the latest release binaries that were just published.

VirtualBox requires the binaries to be signed. The issue was that the binaries pushed to Github did not get signed (but the ones I used for testing were).

Zero3K commented 3 months ago

The latest release binaries work as expected. Thanks for fixing it.