HyperDbg Debugger
Loading...
Searching...
No Matches
steppings.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
20
23
26
29
31SteppingStepOverForGu(BOOLEAN LastInstruction);
UCHAR BOOLEAN
Definition BasicTypes.h:35
BOOLEAN SteppingStepOverForGu(BOOLEAN LastInstruction)
Perform Step-over for GU.
Definition steppings.cpp:155
BOOLEAN SteppingRegularStepIn()
Perform Regular Step-in.
Definition steppings.cpp:80
BOOLEAN SteppingStepOver()
Perform Step-over.
Definition steppings.cpp:117
BOOLEAN SteppingInstrumentationStepInForTracking()
Perform Instrumentation Step-in for Tracking.
Definition steppings.cpp:53
BOOLEAN SteppingInstrumentationStepIn()
Perform Instrumentation Step-in.
Definition steppings.cpp:26