HyperDbg Debugger
Loading...
Searching...
No Matches
ScriptEngine.h
Go to the documentation of this file.
1
13#pragma once
14
17
20
21VOID
23
26
#define VOID
Definition BasicTypes.h:33
unsigned __int64 UINT64
Definition BasicTypes.h:21
UINT64 ScriptEngineWrapperGetInstructionPointer()
Get current ip from the debugger frame.
Definition ScriptEngine.c:21
UINT64 ScriptEngineWrapperGetAddressOfReservedBuffer(PDEBUGGER_EVENT_ACTION Action)
Get the address of reserved buffer.
Definition ScriptEngine.c:46
UINT64 ScriptEngineGetTargetCoreDate()
Update core's date time and return date.
Definition ScriptEngine.c:109
VOID ScriptEngineUpdateTargetCoreDateTime(PROCESSOR_DEBUGGING_STATE *DbgState)
Create and update the target core date and time.
Definition ScriptEngine.c:58
UINT64 ScriptEngineGetTargetCoreTime()
Update core's date time and return time.
Definition ScriptEngine.c:87
The structure of actions in HyperDbg.
Definition Debugger.h:79
Saves the debugger state.
Definition State.h:165