Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SkyEmie/batch-obfuscator

Easy way to obfuscuate batch files (Windows)
https://github.com/SkyEmie/batch-obfuscator

Last synced: 3 months ago
JSON representation

Easy way to obfuscuate batch files (Windows)

Awesome Lists containing this project

README

        

## 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](https://raw.githubusercontent.com/SkyEmie/batch-obfuscator/master/1.png)
![2](https://raw.githubusercontent.com/SkyEmie/batch-obfuscator/master/2.png)