Y
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
rsuelzer
4067 days ago
This article is pretty good on piecing it stuff like this together:
https://blog.korelogic.com/blog/2015/01/12/javascript_deobfu...
link
m1el
4067 days ago
Once you have partial evaluation, it's really easy. I've done this (and with jsfuck too!)
http://m1el.github.io/jsdeobfuscate/
link
csomar
4067 days ago
Just remove the () and you'll get the code in a string.
link