kondanta / PyObfx

Python3 Obfuscator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


PyObfx

Python Obfuscation tool

Features

  • String, Integer, Float and Boolean Obfuscation
  • Variable Name Obfuscation
  • Import Name Obfuscation
  • Packing

Installation

git clone https://github.com/PyObfx/PyObfx.git && cd PyObfx/
pip install -r requirements.txt

Usage

In order to obfuscate a single file:

python3 PyObfx.py <file_name>

To pack the file after obfuscation: (Available packers are bz2, gz and lzma)

python3 PyObfx.py <file_name> -p <packer>

For other options, see:

python3 PyObfx.py -h

License

This project is licensed under the GPL v3 License - see the LICENSE.md file for details

About

Python3 Obfuscator

License:GNU General Public License v3.0


Languages

Language:Python 100.0%