Jondy

Results 177 comments of Jondy

It doesn't support `--advanced 2` and combine these 2 platforms in Apple M1 & M2. Please obfuscate the scripts for each platform separately.

For `inspect.stack` and any function to visit python runtime frame, the obfuscated scripts could not make sure it works. Though it works in some python version, it may not work...

This is a known issue for some armv7 platforms, I have not found how to fix it. One solution is to specify basic feature library when obfuscating the scripts, for...

pyarmor will add the feature to obfuscate the string constant in the expression, this feature may be implemented in a few months. But all the other string, for example, the...

Here it's a pre-release v7.6.0 for this feature, refer to https://pyarmor.readthedocs.io/en/latest/change-logs.html#dev

I'll take this into account. Just as you said, it may break some scripts.

Sorry, there is no plan to support python3.6 for super mode.

Thank you for purchasing pyarmor. The solution for python3.6 is lambda as described in the document. The obfuscated scripts could not be same as the original scripts totally, some features...

In next minor version `v7.1.0`, it may add new feature to ignore functions, so that the end users need not patch their python scripts. For example, ``` pyarmor obfuscate --exclude-function...

If they're in the one script and this script is not very important, copy the original plain script to overwrite this obfuscated script.