/batch-obfuscator

Easy way to obfuscuate batch files (Windows)

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

batch-obfuscator

Easy way to obfuscuate batch files (Windows)

How it works?

  1. Modify UTF-8 to UTF-16 with BOM \xFF\xFE
  2. Clear artefact in the terminal, and create variable that contains all symbols
  3. For each character, replace it with the appropriate chain chunk (except some things like labels)

Done!

Examples

http://45.147.97.170/batch-obfuscator/

1 2