I'm trying to compare javascript code of multiple files between the original and a fork.
The fork has been minified and obfuscated. The obvious reason for me (in that particular situation) is that they want to hide their modification(s).
I've tried manually, but it's a bit long to compare function by function, file by file. The obuscator has renamed all variables and functions as well as changed the code syntax. So it slows my comparison.
I'm looking for an obfuscator that I could use on the original code to use in the comparison (if it generates the same syntax modifications).
Does anyone knows something that can I could use as a plugin in pspad?