New Features
pyarmor-auth
supports new option--host
(refer to #1773)- Support new platforms (no tested): linux.mips32el, linux.mips64el, linux.ppc64le, linux.riscv64, alpine.mips32el, alpine.mips64el, alpine.ppc64le, alpine.riscv64
Changed feature for trial version
- Copy plain script to output directly instead of raising exception if out of license
Fix issues
- Fix issue #1760: Pyarmor Basic or Pro license need to be registered again after several days
- Fix issue #1764:
--pack
with executable file will raise exceptionNo such file or directory
- Fix issue #1772: when
pyarmor cfg data_files=*
, the directoy such as2003.2
will be renamed to2003
in output path - Fix issue #1788: remove whitespaces in the harddisk serial number
- Fix issue #1793: In Windows VM pyarmor raises exception
<built-in function init_ctx> returned a result with an exception set
- Fix issue: in some special arches
pyarmor
raise exceptionModuleNotFound (pytransform3)
- Fix issue: if the scripts are obfuscated by
--obf-module 0
, it raisesRuntimeError: the format of obfuscated script is incorrect (1:1082)
in runtime
Fix Pyarmor-7 issues
- Fix issue #1785:
pyarmor-7 pack
doesn't work with PyInstaller 5.11.0+