Skip to content
/ iwwerc Public

IwwerC is a tool for obfuscating code written in C/C++ language.

License

Notifications You must be signed in to change notification settings

ON00dev/iwwerc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

windows Getting Started on Linux

  • 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!

windows Getting Started on Windows

  • 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!

How 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}

Contribute to this tool ✨

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!

License

This project is licensed under the MPL-2.0 License - see the LICENSE file for details.