Skip to content

Releases: dashingsoft/pyarmor-core

Release 5.5.3

31 Oct 15:35
Compare
Choose a tag to compare
  • Add new obf_code 2
  • Fix armv7 protection issue

Release 5.5.2

28 Oct 12:00
Compare
Choose a tag to compare
  • Remove unused exported symbols from core libraries

Release 5.5.1

24 Oct 15:30
Compare
Choose a tag to compare
  • Enlarge obfuscation keys to 75/27 bytes
  • Refine process of obfuscation and advanced mode

Release 5.5.0

19 Oct 06:39
Compare
Choose a tag to compare
  • Support Python3.8

Release 5.4.0

10 Oct 04:06
Compare
Choose a tag to compare
  • Remove function of generating project capsule
  • The RSA key in project capsule is upgraded from 1024 to 2048 bits

Release 5.3.3

20 Aug 00:36
Compare
Choose a tag to compare
  • Add new co_flag CO_RESTRICTED and new restrict mode. If the script is obfuscated by this mode, it could NOT be called from the plain scripts.

Release 5.3.2

13 Aug 04:08
Compare
Choose a tag to compare
  • Fix bug: advanced mode doesn't work in some MacOS machines

Release 5.3.1

20 Jul 01:09
Compare
Choose a tag to compare
  • Fix bug: it could not obfuscate more than 32 functions in advanced mode even pyarmor isn't trial version.

Release 5.3.0

19 Jul 02:02
Compare
Choose a tag to compare
  • Advanced mode is introduced for arch x86/x64, and it's some limitations in the trial version.
  • Add building information to obfuscated scripts