Jondy

Results 177 comments of Jondy

The generated license is platform independent. Make sure the same pyarmor version and same PyArmor License is used in both of 2 platforms.

I'm sure the license file generated by pyarmor is platform-independent.

Make sure arm64 scripts are obfuscated by feature 3. I said checking the log means the output log of pyarmor command. It will show which feature dll is used and...

Use option `-d`, for example, `pyarmor -d licenses r001` The key is that feature `0` isn't compatible with other features not zero.

Please refer to https://pyarmor.readthedocs.io/en/latest/advanced.html#obfuscating-scripts-with-different-features

Because the runtime file is non-super mode but the scripts are obfuscated by super mode. Please remove the whole output path, and do it again. And read the document "Understand...

Please run `pyarmor help pack` to find the solution.

Try to swap platform name like this ``` pyarmor obfuscate --advanced 2 --platform darwin.x86_64,darwin.aarch64 main.py ``` Check the obfuscated script works or not. If it doesn't work, please obfuscate the...

Try this command ``` PYARMOR_PLATFORM=darwin.aarch64.3 pyarmor obfuscate --advanced 2 --platform darwin.x86_64,darwin.aarch64 main.py ```