Easy way to obfuscuate batch files (Windows)
- Modify UTF-8 to UTF-16 with BOM
\xFF\xFE
- Clear artefact in the terminal, and create variable that contains all symbols
- For each character, replace it with the appropriate chain chunk (except some things like labels)
Done!