question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Obfuscated code fails to work in IE8

See original GitHub issue

Hello! 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:closed
  • Created 7 years ago
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
qingweiqmcommented, Dec 27, 2016

thanks, after disable the consoleoutput, it works.

0reactions
lock[bot]commented, Jun 6, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found