Skip to content

math280h/batfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.