pyarmor v6.5.5 Release Notes
Release Date: 2020-12-02 // about 4 years ago-
- โ Add helper script
repack.py
, refer to
โ https://pyarmor.readthedocs.io/en/latest/advanced.html#repack-pyinstaller-bundle-with-obfuscated-scripts - โ Add more log message when downloading dynamic library failed
- ๐ Fix bug: it raises
'str' object has no attribute 'starswith'
when obfuscating scripts with some platforms - ๐ Fix
pyarmor_runtime
reentrant issue
- โ Add helper script
Previous changes from v6.5.3
-
- Refine output message when checking registration information by command
pyarmor register
- Runtime function get_hd_info accepts keyword parameters
name
to get hardware information of named device - โ
Command hdinfo accepts optional parameter
name
- โ Command licenses could bind obfuscated scripts to named hard disk
- ๐จ Print pretty error message if checking license or loading core dynamic library fails when running non-super mode obfuscated scripts
- ๐ Fix issue (#387): exception
Function does not end with "):"
is raised when obfuscating the scripts
- Refine output message when checking registration information by command