Make the thieves of your code cry ;) No, it's just a joke.
# clone the repo
$ git clone https://github.com/forem1/UnseriousObfuscator.git
# change the working directory to src
$ cd src
$ python3 main.py --help
usage: main.py [-h] [-i INPUT] [-o OUTPUT] [-a HEADER]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Path to input cpp file
-o OUTPUT, --output OUTPUT
Path to output cpp file
-a HEADER, --header HEADER
Path to output header file
In developing:
- Predefined chars scrambler
- Minifier
- Dex to hex changer
Planned:
- Variables name scrambler
- Variables type scrambler
- Functions name scrambler
- Pointers scrambler