Hacker News new | ask | show | jobs
by tomjen3 4087 days ago
>That alone sounds like it'd make it pretty easy to examine and remove

Minified and obfuscated Javascript is not much easier to check than binary files and more difficult than e.g Java class files, at least without ProGuard.

1 comments

Just as a reference, you might like this tool - I've gotten great results with some really gnarly minified/obfuscated JS.

http://www.jsnice.org/

Oh there is a built in version in the Chrome debugger.

And it can sure handle js uglify, etc there are tools and systems that allow you to remove more than that and then it becomes really difficult to get a handle on WTF is going on.

Sure, but this one is much more advanced than the the one in the Chrome Inspector, which only formats. This one renames variables and functions, adds comments, and even annotates types.