pyarmor icon indicating copy to clipboard operation
pyarmor copied to clipboard

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Results 56 pyarmor issues
Sort by recently updated
recently updated
newest added

When there are too many function arguments, the program crashes with no output error after encryption with pyarmor. I have a PyQt6 program, I put the menu production in a...

bug

Trying to pack file to one executable via pyarmor-webui: INFO Python 3.12.0 INFO Pyarmor 8.5.9 (pro), xx, xx INFO Platform windows.x86_64 DEBUG native platform windows.amd64 DEBUG home path: C:\Users\xx\.pyarmor DEBUG...

bug

# error log The error came up during obfuscating with hooks for python 3.12.4. Got: ``` $ pyarmor -d gen -O obf main.py INFO Python 3.12.4 INFO Pyarmor 8.5.9 (trial),...

bug

Reproduced steps: generate scripts with “--platform windows.x86_64 --platform linux.x86_64 --platform darwin.x86_64” parameter. Expected results: The obscured script can run in cygwin environment, cygwin python (not windows python). Actual results: The...

bug

pyarmor 8.5.9 Get the hardware information like this ``` Serial number of default harddisk: "0000_0000_0000_0000_A428_B7A7_F515_7BAC" Serial number with disk name: "/0:0000_0000_0000_0000_A428_B7A7_F515_7BAC." "/1:HBSE30110200057 _00000001." ``` **Excepted result** There is no whitespace...

bug

The first version to support Python 3.13 is v8.6.0 If there is no unknown technical problem, it will be released around 2024-11-01, one month after Python 3.13 final version is...

enhancement

CI License is almost same as Basic/Pro License, but no run limitions in 24 hours **Usage** 1. First purchase CI License in MyCommerce 2. Activate it to get registration file...

enhancement

When Calling pyarmor 8.5.9 gen command on Windows Server 2022 a runtimeerror occurs. Content of the bug file is below. Noticed this is similar to a bug filed for windows...

bug

The following structure: test_dir/ |-- __init__.py |-- file1.py |-- inner2 | |-- __pycache__ | | `-- file2.cpython-39.pyc | `-- file2.py `-- inner3 |-- __pycache__ | `-- file3.cpython-39.pyc `-- file3.py File...

bug

Because Pyarmor License is paid once in Pyarmor 8, but online verification for using Pyarmor License in CI/CD pipeline will continue consuming a lot of Pyarmor Server resources. So Pyarmor...