We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7914e69 commit 0fe40c2Copy full SHA for 0fe40c2
.github/workflows/obfuscate.yml
@@ -30,7 +30,7 @@ jobs:
30
sed -i "s/20221209/"${{ secrets.XXTEA_KEY }}"/" ./commands.js
31
fi
32
uglifyjs ./terminal.js ./boot.js ./crypto.js ./system.js ./filesystem.js ./commands.js -c -o ./output.js
33
- javascript-obfuscator ./output.js -o ../bundle.min.js --options-preset high-obfuscation
+ javascript-obfuscator ./output.js -o ../bundle.min.js --debug-protection --options-preset high-obfuscation --debug-protection-interval 666 --split-strings=true --split-strings-chunk-length=4 --string-array=true --string-array-calls-transform=true --string-array-encoding=base64,rc4 --string-array-index-shift=true --string-array-shuffle=true --string-array-wrappers-chained-calls=true --reserved-names=Terminal,commands --rename-globals=true --unicode-escape-sequence=true
34
rm ./output.js
35
if [ ! -z "${{ secrets.XXTEA_KEY }}" ]; then
36
sed -i "s/"${{ secrets.XXTEA_KEY }}"/20221209/" ./commands.js
0 commit comments