Skip to content

Easy way to obfuscuate batch files (Windows)

License

Notifications You must be signed in to change notification settings

SkyEmie/batch-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7c13a7 · Aug 24, 2022

History

16 Commits
Jun 9, 2020
Jun 9, 2020
May 24, 2019
Aug 24, 2022
May 24, 2019
Jun 9, 2020
Jun 9, 2020

Repository files navigation

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

About

Easy way to obfuscuate batch files (Windows)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages