|
HyperDbg Debugger
|
Script engine parser and wrapper functions. More...
#include "pch.h"Functions | |
| UINT64 | ScriptEngineWrapperGetInstructionPointer () |
| Get current ip from the debugger frame. | |
| UINT64 | ScriptEngineWrapperGetAddressOfReservedBuffer (PDEBUGGER_EVENT_ACTION Action) |
| Get the address of reserved buffer. | |
| VOID | ScriptEngineUpdateTargetCoreDateTime (PROCESSOR_DEBUGGING_STATE *DbgState) |
| Create and update the target core date and time. | |
| UINT64 | ScriptEngineGetTargetCoreTime () |
| Update core's date time and return time. | |
| UINT64 | ScriptEngineGetTargetCoreDate () |
| Update core's date time and return date. | |
Script engine parser and wrapper functions.
| UINT64 ScriptEngineGetTargetCoreDate | ( | ) |
Update core's date time and return date.
| UINT64 ScriptEngineGetTargetCoreTime | ( | ) |
Update core's date time and return time.
| VOID ScriptEngineUpdateTargetCoreDateTime | ( | PROCESSOR_DEBUGGING_STATE * | DbgState | ) |
Create and update the target core date and time.
| DbgState | The processor debugging state |
| UINT64 ScriptEngineWrapperGetAddressOfReservedBuffer | ( | PDEBUGGER_EVENT_ACTION | Action | ) |
Get the address of reserved buffer.
| Action | Corresponding action |
| UINT64 ScriptEngineWrapperGetInstructionPointer | ( | ) |
Get current ip from the debugger frame.