You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FunctionExecutor.replaceFunctionCalls() tries to replace the call by a literal value and fails (since we have a table of literals), so nothing gets replaced in the foo assigment (and cannot be simplified further).
The output is also not sound since the function is removed and the code can no longer be executed. Output is:
constfoo=_0x1661()[0];
I don't know much about javascript, so there might be good reasons for not handling this. What you think?
The text was updated successfully, but these errors were encountered:
The following snippet does not simplify
FunctionExecutor.replaceFunctionCalls() tries to replace the call by a literal value and fails (since we have a table of literals), so nothing gets replaced in the foo assigment (and cannot be simplified further).
The output is also not sound since the function is removed and the code can no longer be executed. Output is:
I don't know much about javascript, so there might be good reasons for not handling this. What you think?
The text was updated successfully, but these errors were encountered: