Fork of RISCV-Obfuscator for implementation of a genetic algorithm fucused in auto-optimization of the 5 parameters needed for the obfuscation
- Clone and unzip the repository
- Install Python 3.8
- Install the required package in the requirements file
Launch the optimizator.py file with the mandatory arguments
python optimizator.py [File] [Overhead]
For more arguments launch
python optimizator.py -h
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.