Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/SkyEmie/batch-obfuscator
- Owner: SkyEmie
- License: gpl-3.0
- Created: 2019-05-23T22:21:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T20:15:55.000Z (over 2 years ago)
- Last Synced: 2024-08-01T20:46:39.965Z (6 months ago)
- Language: PHP
- Homepage: http://45.147.97.170/batch-obfuscator/
- Size: 545 KB
- Stars: 128
- 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/
![1](https://raw.githubusercontent.com/SkyEmie/batch-obfuscator/master/1.png)
![2](https://raw.githubusercontent.com/SkyEmie/batch-obfuscator/master/2.png)