An open API service indexing awesome lists of open source software.

https://github.com/PyObfx/PyObfx

Python Obfuscator & Packer
https://github.com/PyObfx/PyObfx

obfuscator packer python python3

Last synced: 5 months ago
JSON representation

Python Obfuscator & Packer

Awesome Lists containing this project

README

          










# 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
```

To pack the file after obfuscation: (Available packers are bz2, gz and lzma)
```
python3 PyObfx.py -p
```

For other options, see:
```
python3 PyObfx.py -h
```

## License
This project is licensed under the GPL v3 License - see the [LICENSE](https://github.com/PyObfx/PyObfx/blob/master/LICENSE) file for details.