PoZeep / PycFlower

Python Bytecode Obfuscation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

🎉

About

Python Bytecode Obfuscation


Languages

Language:Python 100.0%