Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 406 Bytes

File metadata and controls

25 lines (16 loc) · 406 Bytes

Python-VM-loader

A Python script that minifies and encrypts Python source code into a custom VM loader.

Installation

git clone https://github.com/Cefsfs/Python-VM-loader.git

Usage

cd Python-VM-loader

python main.py

Requirements

Python (tested with 3.9, https://www.python.org/downloads/release/python-390/)

python_minifier (pip install python_minifier)