- Clone the repository:
git clone https://github.com/ON00dev/iwwerc.git
. - Go to the directory:
cd iwwerc
. - Turn setup.sh executable:
chmod +x setup.sh
. - Run the setup.sh:
bash setup.sh
. - Enter the path to the iwwerc.py file:
./iwwerc/build/iwwerc/code/iwwerc.py
- It's ready to use!
- Clone the repository:
git clone https://github.com/ON00dev/iwwerc.git
. - Open the file explorer and look for the cloned repository.
- Run setup.bat with administrator privileges.
- Enter the path to the iwwerc.exe file:
./iwwerc/dist/iwwerc.exe
- It's ready to use!
You can obfuscate your C/C++ code using the following command: Run the example below.
iwwerc example.c output_example.c
iwwerc {input_file} {output_file}
Found a bug? Have a feature request? Want to improve the spell? Feel free to open an issue or submit a pull request. Contributions are always welcome!
This project is licensed under the MPL-2.0 License - see the LICENSE file for details.