Skip to content

Releases: dashingsoft/pyarmor-core

Release 13.7

28 Dec 10:24

Choose a tag to compare

  • Fix issue: the obfuscated scripts will crash when importing the packages obfuscated with advanced mode by other registered pyarmor

Release 12.6

27 Dec 13:09

Choose a tag to compare

  • 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

24 Dec 09:46

Choose a tag to compare

Fix issue: advanced mode fails in some MacOSX machines with python2.7

Release 10.4

17 Dec 14:58

Choose a tag to compare

  • Refine code to remove most of compiler warnings
  • Refine code for MacOSX

Release 9.3

15 Dec 11:19

Choose a tag to compare

  • 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

02 Dec 09:21

Choose a tag to compare

  • Search ~/.pyarmor/license.lic if it's not in the install path of package pyarmor
  • Refine error messages for initializing, obfuscating and generating license

Release 7.1

23 Nov 00:30

Choose a tag to compare

  • When the obfuscated scripts raise exception, eliminate the very long line from traceback to make it clear

Release 6.0

14 Nov 08:39

Choose a tag to compare

  • Change reversion form as rN.Y
    • r is a prefix character
    • N is release number, increase by 1 for each release
    • Y is reversion age, all of releases from N - Y to N are compatible totally.
  • The exported api will always raise PyExc_RuntiemError exception when somthing is wrong
  • The api get_error_msg is deprecated, in before version it used to get error message when other api fails

Release 5.5.4a

08 Nov 14:14

Choose a tag to compare

  • Add 5 simple libraries to fix cross platform obfuscating scripts problem

Release 5.5.4

06 Nov 04:35

Choose a tag to compare

  • 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).