Skip to content

zrsx/PYMEOMEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYMEOMEO

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.


Key Features

  • 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.

Requirements

  • Supported Python Versions: 3.10 – 3.13
  • Dependency:

Usage

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

Authors


License

Licensed under the Apache License 2.0.


For support, contributions, or feature requests, please open an issue or contact the maintainers via GitHub.