Skip to content
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.

PyObfx/PyObfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 file for details.