mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
fix vs 2022 compile error for pdbex
This commit is contained in:
parent
be6d5d5e93
commit
ec181370f5
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
hyperdbg/dependencies/pdbex
Submodule
1
hyperdbg/dependencies/pdbex
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit df5feead98b6c1ffe79735ebb3b83f4aa98424e0
|
||||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue