|
HyperDbg Debugger
|
Functions for stepping instructions. More...
#include "pch.h"Functions | |
| BOOLEAN | SteppingInstrumentationStepIn () |
| Perform Instrumentation Step-in. | |
| BOOLEAN | SteppingInstrumentationStepInForTracking () |
| Perform Instrumentation Step-in for Tracking. | |
| BOOLEAN | SteppingRegularStepIn () |
| Perform Regular Step-in. | |
| BOOLEAN | SteppingStepOver () |
| Perform Step-over. | |
| BOOLEAN | SteppingStepOverForGu (BOOLEAN LastInstruction) |
| Perform Step-over for GU. | |
Variables | |
| ACTIVE_DEBUGGING_PROCESS | g_ActiveProcessDebuggingState |
| State of active debugging thread. | |
| BOOLEAN | g_IsSerialConnectedToRemoteDebuggee |
| Shows if the debugger was connected to remote debuggee over (A remote guest). | |
Functions for stepping instructions.
| BOOLEAN SteppingInstrumentationStepIn | ( | ) |
Perform Instrumentation Step-in.
| BOOLEAN SteppingInstrumentationStepInForTracking | ( | ) |
Perform Instrumentation Step-in for Tracking.
| BOOLEAN SteppingRegularStepIn | ( | ) |
Perform Regular Step-in.
| BOOLEAN SteppingStepOver | ( | ) |
Perform Step-over.
Perform Step-over for GU.
| LastInstruction |
|
extern |
State of active debugging thread.
|
extern |
Shows if the debugger was connected to remote debuggee over (A remote guest).