Nomenclator1677 wrote:bures wrote:Is the Validator encrypted or only minify?
Beretowski was saying last year he has encrypted it
I had a quick look (not enough to violate the no reverse engineering contract) while it was running and he did more than minify it. I think it actually takes more code than just a minify. Also, it has a large encrypted section and overwrites eval() which is the normal reverse engineering starting point. Totally possible but I don't do JS so I have no chance (plus the no reverse engineering which would be broken the moment a piece of code is changed.
I might take a look at Wazewrap and see what that has to offer. If we could get it to write the document.write things to somewhere else we might have a start, but that would likely require breaking the no reverse engineering. I think we should have a discussion on whether to break it, but wait a bit to see if we have a response. I am personally not going any further as to not break the no reverse engineering.
TL;DR: It is minified, obfuscated and partially encrypted. Almost no chance of fixing it even if the no reverse engineering thing was not there.