| HyperDbg Debugger
    | 
Headers for script engine functions used in kernel-mode evaluator of the script engine. More...
Go to the source code of this file.
| 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. | |
Headers for script engine functions used in kernel-mode evaluator of the script engine.
| 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.