• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Easy way to obfuscuate batch files (Windows)

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