Python code obfuscator with C backend support.
PC:
pip install cobfuscate(very long process if don't have installed Cryptography)
Termux: Please check you using GitHub or F-Droid version.
- Updating pkg
pkg update && pkg upgrade- Install deps and Python
pkg install python python-pip python-cryptography clang build-essential- Install CObfuscate
pip install cobfuscate- Setup memory access
termux-setup-storage # Obfuscate single file
cobfuscate input.py output.py
# Obfuscate directory
cobfuscate ./src ./obfuscated- Python 3.7+
- clang (for C extension)
MIT