Jondy
Jondy
If `dist/safe_main.py` works fine, it's most possible that PyInstaller results in this issue.
Try to use `repack`, it may be helpful to find the problem https://pyarmor.readthedocs.io/en/latest/advanced.html#repack-pyinstaller-bundle-with-obfuscated-scripts
How about using pyinstaller to pack the plain script with same option (include `--key` also), then extract all the files using pyinstaxtractor, and run safe_main.pyc? If you have tested, try...
If I could not reproduce this bug, it's not easy for me to fix it.
And try to upgrade Pyarmor to latest version.
No, it's not helpful.
By the way, I have fixed a crash bug for super mode in aarch64 platform in Pyarmor v7.7.0. If you're run obfuscated scripts in aarch64 windows, try to upgrade Pyarmor...
Suddenly I have a question. There is no super mode library for windows.aarch64.11.py39, only windows.x86_64.11.py39 exists, so which binary file is used in this platform? To check this, obfuscate a...
No idea. And now I'm busy on upgrading Pyarmor to support python 3.11, no more time to research this.
I'll appreciated if you could provide a simple script to reproduce this issue, it will be handled after pyarmor 8.0 is stable.