pyarmor
pyarmor copied to clipboard
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
Release plan: before 2025-12-20 Concepts: https://eke.dashingsoft.com/pyarmor/docs/en/user/concepts.html How to use it: https://eke.dashingsoft.com/pyarmor/docs/en/user/tutorials.html
Reproduced steps: ``` $ pip install pyarmor $ pyarmor init --version Pyarmor 8.0+ has only 3 commands: gen, reg, cfg Please replace `pyarmor` with `pyarmor-7` to run old commands ```
Firstly, it is confirmed that this issue does not occur in Pyarmor version 9.2.0. Current situation: When packaging a PyQt6 application using Pyarmor, the application fails to launch properly and...
Release Plan: 2026-03-01 (March 1, 2026) Each pyarmor feature and each option will be explained by one or more examples.
After reading the specific documentation https://pyarmor.readthedocs.io/en/stable/how-to/register.html#run-unlimited-dockers-in-offline-device, I encountered several problems trying to apply it to my environments (Windows host, WSL & docker desktop, Linux containers). I read the previous open...