pyarmor
pyarmor copied to clipboard
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
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): >...
环境python3.7 Pyarmor 7.7.4 采用终极模式加密, 约束模式105, 复杂函数加密, 动态加密, 混淆字符串等设置,程序能启动但是运行过程中点button打开文件的时候报错如下: Traceback (most recent call last): File "", line 35, in spp_caller TypeError: too many positional arguments
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...
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...
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...
- 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] ERROR request license token failed (3): <h1>Server Error (500)</h1> ERROR something is wrong
### 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...
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...
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...