mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-30 03:15:51 +00:00
solved script engine temporary variable allocation problems
This commit is contained in:
parent
760ed0eebe
commit
9b96d1011b
10 changed files with 515 additions and 492 deletions
|
|
@ -340,7 +340,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
|
|||
ShowMessages("%s\n", CodeBuffer->Message);
|
||||
}
|
||||
|
||||
RemoveSymbolBuffer(CodeBuffer);
|
||||
RemoveSymbolBuffer(CodeBuffer);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue