~ (display and change the current operating core)
Description of the '~' command in HyperDbg.
Previous? (evaluate and execute expressions and scripts in debuggee)Nexta (assemble virtual address)
Last updated
0: kHyperDbg> ~
current processor : 0x2
0: kHyperDbg> ~ 1
current operating core changed to 0x1
fffff801`633f157f C3 ret
0: kHyperDbg> ~
current processor : 0x1typedef struct _DEBUGGEE_CHANGE_CORE_PACKET {
UINT32 NewCore;
UINT32 Result;
} DEBUGGEE_CHANGE_CORE_PACKET, *PDEBUGGEE_CHANGE_CORE_PACKET;DEBUGGER_REMOTE_PACKET_REQUESTED_ACTION_DEBUGGEE_RESULT_OF_CHANGING_COREBOOLEAN KdSendSwitchCorePacketToDebuggee(UINT32 NewCore);