Labyrinx-dev/labyrinx

GitHub: Labyrinx-dev/labyrinx

Labyrinx 是一款 Python 代码保护工具,通过七层混淆和 Cython 原生编译将 Python 项目转化为受保护的独立应用程序。

Stars: 1 | Forks: 0

# Labyrinx — Python 代码保护 **将 Python 项目转化为受保护的、独立的应用程序文件夹。七层混淆。通过 Cython 进行原生 x64 编译。目标机器无需安装 Python。** [![下载](https://img.shields.io/badge/Download-Setup_(33_MB)-1e3a5f)](https://github.com/Labyrinx-dev/Labyrinx-dev.github.io/releases/download/v1.0/Labyrinx_setup.exe) [![网站](https://img.shields.io/badge/Website-labyrinx--dev.github.io-3b82f6)](https://labyrinx-dev.github.io) [![Pro](https://img.shields.io/badge/Subscribe-Pro_$9/mo-3b82f6)](https://labyrinx.lemonsqueezy.com/checkout/buy/d9731dc3-df7c-441c-b308-310696483a92) [![Enterprise](https://img.shields.io/badge/Subscribe-Enterprise_$29/mo-7c3aed)](https://labyrinx.lemonsqueezy.com/checkout/buy/d97c655e-ebd8-4370-b868-158498d220d3) ## Labyrinx 的功能 Labyrinx 会对您的 Python 源代码进行混淆,通过 Cython 将其编译为原生 x64 机器码,并组装成一个您的客户可以立即运行的独立文件夹。无需 EXE 打包 —— 只需干净、AV 友好的分发方式。 | 层级 | 保护方式 | 版本 | |-------|-----------|------| | 1. 名称混淆 | 变量、函数、类被重命名为随机 token | Freemium | | 2. 控制流平坦化 | 函数逻辑被重构为非线性路径 | Pro | | 3. 字符串加密 | 每个字符串字面量均被加密 —— 对 `strings.exe` 不可见 | Pro | | 4. 模块加密 | 整个源码在封装的 blob 中受到保护 | Pro | | 5. 模块加密 (AES-256) | AES-256 加密 —— 反编译只会得到不可读的密文 | Enterprise | | 6. 反调试 | 跨越多层的多种检测技术 | Enterprise | | 7. 代码虚拟化 | 每次构建采用随机指令集的自定义 VM | Enterprise | ## 快速开始 1. **下载** Labyrinx Setup (33 MB) —— 免费以 Freemium 模式运行 2. **打开一个 Python 项目** —— Labyrinx 会扫描 import 并发现依赖项 3. **点击 Build** —— 混淆后的 `.pyd` 文件 + 内嵌的 Python = 独立文件夹 4. **压缩并发货** —— 客户双击即可运行,无需安装 Python ## 环境要求 | | 要求 | |---|---| | **构建机器** | Windows 10+ 64位,Python 3.13,Cython,VS Build Tools 2022 | | **目标机器** | Windows 10+ 64位 —— 无需 Python | ## 输出结构 ``` MyApp/ ├── MyApp.exe ← click-to-run (~30 KB) ├── MyApp.bat ← fallback launcher ├── python313.dll ← embedded Python ├── python313.zip ← compressed stdlib ├── *.pyd ← your code (Cython -> native x64) ├── Labyrinx runtime ← protection modules └── Lib/site-packages/ ← third-party deps ``` ## 定价 | | Freemium | Pro | Enterprise | |---|---|---|---| | **价格** | 免费 | $9/月 | $29/月 | | **最高层级** | 2 | 4 | 7 | | **字符串加密** | — | ✅ | ✅ | | **模块加密** | — | ✅ | ✅ (AES-256) | | **Code VM** | — | — | ✅ | | **反调试** | — | — | ✅ | | **授权系统** | — | ✅ | ✅ | ## 为什么选择文件夹而不是单个 EXE? - **AV 友好** —— 无 EXE 打包,无 shellcode,无误报 - **瞬间启动** —— 无需临时解压,无解密开销 - **增量更新** —— 可直接替换单个 `.pyd` 文件 - **透明度高** —— 客户看到的是普通文件,而不是一个经过混淆的打包器 ## 链接 - 🌐 **网站:** [labyrinx-dev.github.io](https://labyrinx-dev.github.io) - 📥 **下载:** [Labyrinx Setup](https://github.com/Labyrinx-dev/Labyrinx-dev.github.io/releases/download/v1.0/Labyrinx_setup.exe) (33 MB) - 🛒 **Pro ($9/月):** [订阅](https://labyrinx.lemonsqueezy.com/checkout/buy/d9731dc3-df7c-441c-b308-310696483a92) - 🛒 **Enterprise ($29/月):** [订阅](https://labyrinx.lemonsqueezy.com/checkout/buy/d97c655e-ebd8-4370-b868-158498d220d3) (c) 2026 Labyrinx. 保留所有权利。
标签:Cython, Python, 代码保护, 代码混淆, 无后门, 编译器, 软件保护, 逆向工具