HyperDbg Debugger
Loading...
Searching...
No Matches
ScriptEngine.h
Go to the documentation of this file.
1
13#pragma once
14
15UINT64
17
18UINT64
20
21VOID
23
24UINT64
26
27UINT64
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
struct _DEBUGGER_EVENT_ACTION * PDEBUGGER_EVENT_ACTION
struct _PROCESSOR_DEBUGGING_STATE PROCESSOR_DEBUGGING_STATE
Saves the debugger state.