Jondy

Results 177 comments of Jondy

Nice. It also could be patched by 4 lines python code ```bash python -c " with open('pyarmor_runtime.so', 'rb') as f: buf = f.read() with open('pyarmor_runtime.so', 'wb') as f: f.write(buf.replace(b'__fdelt_chk', b'__fgets_chk'))...

Reproduced, I'll check it and fix it when I'm back office next Monday.

What's your platform? This issue is reproduced in darwin.arm64, but not in darwin.x86_64.

I made a mistake, the crash in darwin.arm64 is codesign issue, not bcc issue. And I can't reproduce this issue in Windows 7 (x86_64) by Python 3.7 and 3.8 The...

Does it work or not with my test script and test steps in your environments? Actually I guess it's not too many arguments issue, but something else.

Does it work to pack the obfuscated script by pyarmor directly? If it works, try to run this command to check the output ``` ['C:\\Users\\xx\\PycharmProjects\\project compare\\.venv\\Scripts\\python.exe', '-m', 'PyInstaller', '--clean', '--...

Could you show a simple test case for this feature?

还在开发中,发布延迟了,这个月内应该会发布

Sorry because of some other urgent things, it's still developing to support Python 3.13, it will be delayed to publish in this month with Pyarmor 9.1.0

Pyarmor v9.0.5 is released to support Python 3.13