Replies: 1 comment 1 reply
|
Have a really great progress. VM obfuscation is almost complete, including: Covered a lot (but still probably not all) of tdz/shadowing edge cases. VM obfuscation can obfuscate the obfuscator itself (now in ES6+ mode, minified code, so it contains a large number of different TDZ/shadowing cases), and after being VM obfuscated, it works properly. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Working on VM-based obfuscation. Have a really good progress, though still a lot should be done.
Currently, I'm able to VM obfuscate the
distof the obfuscator itself (at this stage non-minified, es5), and after being VM obfuscated, it works properly (it seems).I'm not planning to make it as the OSS version, at this stage, but it depends on many things.
All reactions