Ecosyste.ms: Awesome
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: about 2 hours ago
JSON representation
Python Obfuscator & Packer
- Host: GitHub
- URL: https://github.com/PyObfx/PyObfx
- Owner: PyObfx
- License: gpl-3.0
- Archived: true
- Created: 2018-09-07T19:27:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T20:51:37.000Z (over 4 years ago)
- Last Synced: 2024-08-03T16:09:05.174Z (4 months ago)
- Topics: obfuscator, packer, python, python3
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 140
- Watchers: 12
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.