bc
bc [BreakpointId (hex)]
BreakpointId
to your special breakpoint id, which is derived from the 'bl' command.Request
:DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST_LIST_BREAKPOINTS
.DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST_ENABLE
.DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST_DISABLE
.DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST_CLEAR
.BreakpointId
and HyperDbg will ignore it.DEBUGGER_REMOTE_PACKET_REQUESTED_ACTION_ON_VMX_ROOT_LIST_OR_MODIFY_BREAKPOINTS
as RequestedAction
and DEBUGGER_REMOTE_PACKET_TYPE_DEBUGGER_TO_DEBUGGEE_EXECUTE_ON_VMX_ROOT
as PacketType
.Result
is filled by the kernel.Result
is DEBUGEER_OPERATION_WAS_SUCCESSFULL
, then the operation was successful. Otherwise, the returned result is an error.