Jondy

Results 177 comments of Jondy

`pyarmor-7` should be same as Pyarmor 7.7.4, and I don't change source of spp-code. Are your sure it works in Pyarmor 7.7.4?

Try to upgrade latest Pyarmor 7.x version: 7.7.4 It's better to provide sample script could reproduce in my side

Sorry, in test scripts, there is third-party library `pandas`, generally I only debug Python offical system library, not other libraries. And pyarmor obfuscated scripts has different frame, for example, `sys._getframe(1)`...

How about only obfuscate `mod.py` by `--obf-code 0`? First obfuscate all the scripts with normal options, save to `dist/` Then obfuscate `mod.py` by `--obf-code 0`, save to `dist2/` Next copy...

@irreg I just do a test with * Windows 7/x86_64 * Python 3.8.3 * Pyarmor 7 It broken with this exception: ``` $ python dist/run.py ... 617,success 620,failed: A process...