vanzy-protect
Version:
Epic Obfuscator Yeahhh
19 lines (16 loc) • 593 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HELP_TEXT = exports.VERSION = void 0;
exports.VERSION = `v1.0.5`;
exports.HELP_TEXT = `
sus - an epic amogus themed javascript obfuscator
Usage: sus [arguments]
-i, --input <file> Input file
-o, --output <file> Output file
-c, --config <file> Config file
-n, --noupdate Don't check for updates
-h, --help Get help
-v, --version Get the version
Version ${exports.VERSION}
Copyright (C) 2023 danik - under the GPLv3 license
`;