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

Hello. I'm using format_exc() to send logs with possible errors to my database. Using SPP mode (pyarmor-7), the output of format_exc exception is: > Traceback (most recent call last): >...

bug

环境python3.7 Pyarmor 7.7.4 采用终极模式加密, 约束模式105, 复杂函数加密, 动态加密, 混淆字符串等设置,程序能启动但是运行过程中点button打开文件的时候报错如下: Traceback (most recent call last): File "", line 35, in spp_caller TypeError: too many positional arguments

bug

OS: windows server 2022 python: 3.10 pyarmor version: 7.7.4 pyinstaller version: 5.8.0 I don't know if we should consider this a bug or just leave it here for other people...

bug

I am obfuscating my code with Pyarmor first, and then trying to Cythonize it to `.so` file. I am Pyarmoring the code with the following command: `pyarmor gen -O dist2...

bug

Hello, I cannot make head nor tails of this, we purchased a pro license, I subsequently made a docker file like this (it is expected to be run less than...

bug

- Title: Pyarmor 3.9 obfuscated script does not work on Python3.8 - Reproduced steps: Obfuscate a module and using Python3.9 version and install in Python3.8 running program - Expected results...

bug

### Issue Description: Intermittent failure during code obfuscation with Pyarmor while using a build pipeline. This issue sporadically occurs and the error message suggests a problem during the license token...

bug

Is possibile support linux mipsel or mips32el?

bug

I am trying to pack my script and protect the runtime memory as specified here: https://pyarmor.readthedocs.io/en/latest/how-to/protection.html# I am using the following command: `pyarmor -d gen --mix-str --assert-call --assert-import --private --pack...

bug

My linux server system version is Red Hat 6.8, which only supports GLIBC_2.12, but `pyarmor/cli/core/pyarmor_runtime.so` require GLIBC_2.14, and `pyarmor/cli/core/pyarmor_runtime.so` requires GLIBC_2.15. I'm sure the server can't upgrade the system and...