/PycFlower

Python Bytecode Obfuscation

Primary LanguagePython

PycFlower

Background

This project is to confuse batch instructions for python2 and python3 (3.10<=).

Install

Just git the project or download it directly.

git clone https://github.com/PoZeep/PycFlower.git

Usage

Please run this script on python3, format example:

python3 main.py your_filename python_version

# python3
# python3 main.py test3.py 3

# python2
# python3 main.py test2.py 2

🎉