fix vs 2022 compile error for pdbex

This commit is contained in:
unknown 2022-12-26 19:53:16 +09:00
parent be6d5d5e93
commit ec181370f5
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -10,3 +10,6 @@
[submodule "hyperdbg/dependencies/phnt"]
path = hyperdbg/dependencies/phnt
url = https://github.com/HyperDbg/phnt.git
[submodule "hyperdbg/dependencies/pdbex"]
path = hyperdbg/dependencies/pdbex
url = https://github.com/HyperDbg/pdbex.git

@ -0,0 +1 @@
Subproject commit df5feead98b6c1ffe79735ebb3b83f4aa98424e0

View file

@ -120,7 +120,7 @@ KdReadMemory(_In_ PGUEST_REGS Regs,
_Inout_ PDEBUGGEE_REGISTER_READ_DESCRIPTION ReadRegisterRequest);
static BOOLEAN
KdSwitchCore(PROCESSOR_DEBUGGING_STATE * DbgState, UINT32 NewCore);
KdSwitchCore(VIRTUAL_MACHINE_STATE * VCpu, UINT32 NewCore);
static VOID
KdCloseConnectionAndUnloadDebuggee();