math280h / batfu

Bat Obfuscator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batfu

Simple .bat obfuscator without any external packages.

Please note you do not need to include @echo off, this is automatically included at the start.

Args

  • -i || --input
    • Destination of input bat file
  • -o || --output
    • Destination of output bat file
  • --min
    • Min length of variables
  • --max
    • Max length of variables

Other

THIS IS MADE FOR EDUCATION PURPOSE ONLY!

Special thanks to John Hammond For inspiring me to make this and provide some guidance.

About

Bat Obfuscator


Languages

Language:Batchfile 76.3%Language:Python 23.7%