Is it possible to have 0x00 byte in the JS code? For example, executing eval(String.fromCharCode(97,61,55,59,0)); in FF, Opera, Chrome fresh versions leads to an error. And in WScript there are no errors. Who is right?
|
Is it possible to have 0x00 byte in the JS code? For example, executing eval(String.fromCharCode(97,61,55,59,0)); in FF, Opera, Chrome fresh versions leads to an error. And in WScript there are no errors. Who is right?
Source: https://ru.stackoverflow.com/questions/566309/
All Articles
var, therefore there is an error. - user207618