mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
Restructure of the hypertrace project
This commit is contained in:
parent
512e7fe290
commit
3cbf328fee
28 changed files with 295 additions and 166 deletions
|
|
@ -2031,7 +2031,7 @@ ScriptEngineFunctionLbrSave()
|
|||
//
|
||||
// Depending if we are in VMX-root then a VMCALL is issued by default instead, otherwise the VMCALL is ignored
|
||||
//
|
||||
return HyperTraceSaveLbr(NULL, VmFuncVmxGetCurrentExecutionMode());
|
||||
return HyperTraceLbrSave(NULL, VmFuncVmxGetCurrentExecutionMode());
|
||||
|
||||
#endif // SCRIPT_ENGINE_KERNEL_MODE
|
||||
}
|
||||
|
|
@ -2054,7 +2054,7 @@ ScriptEngineFunctionLbrDump()
|
|||
//
|
||||
// Depending if we are in VMX-root then a VMCALL is issued by default instead, otherwise the VMCALL is ignored
|
||||
//
|
||||
return HyperTraceDumpLbr(NULL, VmFuncVmxGetCurrentExecutionMode());
|
||||
return HyperTraceLbrDump(NULL, VmFuncVmxGetCurrentExecutionMode());
|
||||
|
||||
#endif // SCRIPT_ENGINE_KERNEL_MODE
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue