Obfuscated code fails to work in IE8
See original GitHub issueHello! I know IE8 is a little bit outdated, but still =)
Running the obfuscated script on IE8 outputs the following error:
'filter' is null or not an object
I assume this is caused by this JSFuck line, as Array.filter support started from IE9:
Window: '[]["filter"]["constructor"]("return this")()',
If this is the case, it should probably be safe to change this for a more supported method, such as push:
Window: '[]["push"]["constructor"]("return this")()',
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (13 by maintainers)
Top Results From Across the Web
javascript - IE8-only JS error thrown by VE Maps v6, "Exception ...
I have a page using http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6 to show maps. In IE8 only there is a JS error and the map doesn't work. The ......
Read more >onModuleLoad is sometimes not called (Internet Explorer)
Intermitently using Internet Explorer, it simply fails to call the onModuleLoad() method, and you get the "onload didnt run" method. Any ideas on...
Read more >New vulnerability affecting Internet Explorer 8 users
CElement::FindDefaultElem function to always return NULL, resulting in a safe Internet Explorer crash instead of code execution when IE ...
Read more >the obfuscator does not work - WordPress.org
Hello, try to obfuscate the following code, the process does it well. But when I upload the file and see the source code,...
Read more >Obfuscation Code - an overview | ScienceDirect Topics
Practical obfuscation does not offer provable security guarantees like cryptographic obfuscation [108, 109] does. Nevertheless, many contexts mandate the use of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, after disable the consoleoutput, it works.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.