Skip to content

TIBI624/cobfuscate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CObfuscate

Python code obfuscator with C backend support.

Installation

PC:

pip install cobfuscate

(very long process if don't have installed Cryptography)

Termux: Please check you using GitHub or F-Droid version.

  1. Updating pkg
pkg update && pkg upgrade
  1. Install deps and Python
pkg install python python-pip python-cryptography clang build-essential
  1. Install CObfuscate
pip install cobfuscate
  1. Setup memory access
termux-setup-storage 

Usage

# Obfuscate single file
cobfuscate input.py output.py

# Obfuscate directory
cobfuscate ./src ./obfuscated

Requirements

  • Python 3.7+
  • clang (for C extension)

License

MIT

About

Python code obfuscator with C backend support

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors