Next-Generation Python Obfuscation and Protection Suite
PYMEOMEO is a high-performance, next-gen obfuscation framework for Python, designed to protect proprietary source code from reverse engineering, static analysis, and decompilation.
- Advanced Obfuscation Engine — Sophisticated transformations that obscure Python code structures and logic.
- Multi-Layer Encryption & Compression — Optional layers to increase code complexity and reduce footprint.
- Dynamic Code Execution — Enables runtime code generation and execution to increase unpredictability.
- Anti-Debugging & Anti-Decompilation — Detects and resists reverse engineering attempts.
- Version-Based Runtime Locking — Ensures obfuscated code only runs on specific Python versions.
- Clean and User-Friendly Interface — Simple CLI-driven workflow with intuitive operation.
- High-Speed Processing — Optimized for rapid obfuscation at scale.
- Self-Contained Output — Generates fully standalone protected scripts.
- User & Build Tagging — Embed traceable metadata for distribution or audit purposes.
- Supported Python Versions: 3.10 – 3.13
- Dependency:
pystyle
(pip install pystyle
)
Run the script corresponding to your Python version:
-
Python 3.10
python3.10 _bes310.py
-
Python 3.11
python3.11 _bes311.py
-
Python 3.12
python3.12 _bes312.py
-
Python 3.13
python3.13 _bes313.py
Licensed under the Apache License 2.0.
For support, contributions, or feature requests, please open an issue or contact the maintainers via GitHub.