Skip to content
#

code-obfuscation

Here are 32 public repositories matching this topic...

The Python Binary Optimization Compiler Script is a powerful command-line tool designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, offering significant speed improvements and enhanced security.

  • Updated Jun 1, 2025
  • Python

PyShield converts your Python source code (.py) into compiled binary files (.pyd) using Cython, making it extremely difficult to reverse-engineer. It then packages everything into a standalone Windows executable (.exe) that runs without requiring Python installation on the target machine.

  • Updated Jan 20, 2026

Improve this page

Add a description, image, and links to the code-obfuscation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-obfuscation topic, visit your repo's landing page and select "manage topics."

Learn more