mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-05 22:31:21 +00:00
add float in script engine
This commit is contained in:
parent
aa2b0ff7f6
commit
ec5fe7cc8a
27 changed files with 2824 additions and 914 deletions
|
|
@ -346,6 +346,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
|
|||
string Expr)
|
||||
{
|
||||
SCRIPT_ENGINE_GENERAL_REGISTERS ScriptGeneralRegisters = {0};
|
||||
g_CurrentExprEvalResultHasError = FALSE;
|
||||
|
||||
//
|
||||
// Allocate global variables holder
|
||||
|
|
@ -477,6 +478,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
|
|||
else
|
||||
{
|
||||
ShowMessages("%s\n", CodeBuffer->Message);
|
||||
g_CurrentExprEvalResultHasError = TRUE;
|
||||
}
|
||||
|
||||
RemoveSymbolBuffer(CodeBuffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue