pyarmor v6.4.0 Release Notes
Release Date: 2020-08-27 // almost 3 years ago-
- Command
obfuscate
accepts multiple arguments as entry scripts - ๐ Fix restrict mode crash issue for Python3.5~3.8 in 32-bit Windows
- ๐ Fix super mode issue: attempted relative import beyond top-level package
- ๐ Improve security of restrict mode
- ๐ For restrict mode 2, do not protect module attributes for performance
- โ Add restrict mode 5 to protect globals in functions
- ๐ Refine the documentation of restrict mode: https://pyarmor.readthedocs.io/en/latest/mode.html#restrict-mode
- ๐ Fix platform
centos6.x86_64
not found issue (#312) - ๐ง On Linux for command
licenses
the option--bind-mac
supports new format:IfName/MacAddress
, for example,eth0/00:28:54:af:28
- Command