mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-29 02:45:36 +00:00
add include file in script engine
This commit is contained in:
parent
c2e2fe5c4b
commit
8bd8950514
16 changed files with 1037 additions and 753 deletions
|
|
@ -357,7 +357,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
|
|||
//
|
||||
// Run Parser
|
||||
//
|
||||
PSYMBOL_BUFFER CodeBuffer = (PSYMBOL_BUFFER)ScriptEngineParse((char *)Expr.c_str());
|
||||
PSYMBOL_BUFFER CodeBuffer = (PSYMBOL_BUFFER)ScriptEngineParse((char*)Expr.c_str());
|
||||
|
||||
#ifdef _SCRIPT_ENGINE_IR_PRINT_EN
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue