mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-21 15:04:47 +00:00
solve end of line space problem in Script Engine scanner
This commit is contained in:
parent
a55c6a9ab6
commit
5ecb671bda
4 changed files with 24 additions and 21 deletions
|
|
@ -41,10 +41,7 @@ ScriptEngineEvalSingleExpression(string Expr, PBOOLEAN HasError)
|
|||
Expr.insert(0, "formats(");
|
||||
Expr.append(");");
|
||||
|
||||
//
|
||||
// TODO: end of string must have a whitspace. fix it.
|
||||
//
|
||||
Expr.append(" ");
|
||||
|
||||
|
||||
//
|
||||
// Run script engine handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue