Does there exist a string s such that
(new Function(s))();
and
eval(s);
behave differently? I'm trying to "detect" how a string is being evaluated.
|
Does there exist a string
and
behave differently? I'm trying to "detect" how a string is being evaluated. |
||||
|
Check for the Note that you'll have to put the check for
Solution to
|
|||||||||||||||
|
RuntimeAgent.evaluate()where the first argument is a string that will be executed. I'm trying to figure out what is happening behind the scenes to emulate that function in the debugged process. – Randomblue Sep 1 '12 at 12:11