Hacker News new | ask | show | jobs
by haddr 4067 days ago
Amazing! I wonder if it's difficult to "disassemble" the JSFuck code?
3 comments

This article is pretty good on piecing it stuff like this together: https://blog.korelogic.com/blog/2015/01/12/javascript_deobfu...
Once you have partial evaluation, it's really easy. I've done this (and with jsfuck too!) http://m1el.github.io/jsdeobfuscate/
Just remove the () and you'll get the code in a string.