mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 01:56:24 +00:00
resolve id and hex conflict bug in script engine scanner
This commit is contained in:
parent
f898bf4150
commit
d471f2700f
3 changed files with 71 additions and 14 deletions
|
|
@ -601,6 +601,9 @@ VOID ScriptEngineFunctionPrintf(UINT64 Tag, BOOLEAN ImmediateMessagePassing,
|
|||
} while(*Str);
|
||||
|
||||
HasError = (ArgCounter != ArgCount);
|
||||
if (HasError)
|
||||
return;
|
||||
|
||||
|
||||
#endif // SCRIPT_ENGINE_USER_MODE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue