Closed Fusl closed 10 years ago
you need to include all of your scripts, not just the entry point. for example:
obfuscator --out transcoder3.js --strings --entry transcoder2.js ./transcoder2.js ./functions.js ./lib/*.js
Okay, that worked for me. Thanks!
Hi,
when obfuscating my script which works pretty well, this is what happens:
And this is what it should look like:
// Edit: I compiled with