Releases: dashingsoft/pyarmor-core
Releases · dashingsoft/pyarmor-core
Release 13.7
- Fix issue: the obfuscated scripts will crash when importing the packages obfuscated with advanced mode by other registered pyarmor
Release 12.6
- The names of three builtin functions could be unique by setting a suffix
- Change restrict mode so that the builtin functions with a suffix could work
Release 11.5
Fix issue: advanced mode fails in some MacOSX machines with python2.7
Release 10.4
- Refine code to remove most of compiler warnings
- Refine code for MacOSX
Release 9.3
- Fix issue: advanced mode doesn't work in some MacOSX machines.
- Fix issue: can't get the serial number of SSD harddisk in MacOSX platform
Release 8.2
- Search
~/.pyarmor/license.licif it's not in the install path of packagepyarmor - Refine error messages for initializing, obfuscating and generating license
Release 7.1
- When the obfuscated scripts raise exception, eliminate the very long line from traceback to make it clear
Release 6.0
- Change reversion form as
rN.Yris a prefix characterNis release number, increase by 1 for each releaseYis reversion age, all of releases fromN-YtoNare compatible totally.
- The exported api will always raise PyExc_RuntiemError exception when somthing is wrong
- The api
get_error_msgis deprecated, in before version it used to get error message when other api fails
Release 5.5.4a
- Add 5 simple libraries to fix cross platform obfuscating scripts problem
Release 5.5.4
- Restrict bootstrap code only could be run in the obfuscated script
- No high prior for the runtime files in the current path
- Fix aarch32 platform issue: "Invalid input packet"
- Fix strip issue: extra symbols are removed so that the dynamic library may not work in some platforms (darwin, arm).