https://github.com/SkyEmie/batch-obfuscator
Easy way to obfuscuate batch files (Windows)
https://github.com/SkyEmie/batch-obfuscator
Last synced: about 21 hours ago
JSON representation
Easy way to obfuscuate batch files (Windows)
- Host: GitHub
- URL: https://github.com/SkyEmie/batch-obfuscator
- Owner: SkyEmie
- License: gpl-3.0
- Created: 2019-05-23T22:21:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T20:15:55.000Z (over 2 years ago)
- Last Synced: 2024-11-08T02:32:20.628Z (5 months ago)
- Language: PHP
- Homepage: http://45.147.97.170/batch-obfuscator/
- Size: 545 KB
- Stars: 137
- Watchers: 4
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SkyEmie/batch-obfuscator - Easy way to obfuscuate batch files (Windows) (PHP)
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/

