Skip to content

Releases: dashingsoft/pyarmor-core

Release r41.15a

28 Apr 07:33
e8e8726
Compare
Choose a tag to compare
  • Fix super mode for Python39-32 in Windows issue(#489): Dll load failed (The specified procedure could not be found)

Release r34.8

19 Sep 12:45
Compare
Choose a tag to compare
  • Support binding multiple Mac addresses by format <Mac1,Mac2,Mac3...> in Windows and Linux
  • For platform linux.x86_64 and linux.x86, the core libraries are linked to Python2.7 with usc4, the old ones are linked to ucs2
  • The platform linux.armv6 supports super mode

Release r31.5

14 Aug 15:37
Compare
Choose a tag to compare
  • Do not allowed to visit any module attribute from plain scripts if this module is obfuscated with restrict mode 2, 3 and 4

Release r30.4

14 Aug 15:00
Compare
Choose a tag to compare
  • Refine code to improve security

Release r29.3

15 Jul 08:32
Compare
Choose a tag to compare
  • Fix crash issue for armv7 and aarch32
  • Add new platform musl.mips32 for MIPS32 with musl-libc
  • Add new platform linux.mips64 and linux.mips64el with glibc
  • Add VM protection for super mode in Windows

Release r28.2

12 Jul 06:14
Compare
Choose a tag to compare
  • Fix super mode crash issue for Python37/38 in Windows

Release r27.1

10 Jul 05:58
Compare
Choose a tag to compare
  • Fix super mode crash issue for coroutine
  • Fix super mode exception issue
  • Fix restrict mode 3/4 doesn't work in some cases

Release r26.0

06 Jul 22:45
Compare
Choose a tag to compare
  • Move license data into dynamic library, so there is no extra runtime files required.
  • Improve the security of super mode.
  • Add new module obfuscated mode: OBF_MODE_AES
  • Refine the code object obfuscation algorithm to improve the security and performance
  • When obfuscating the scripts by non-wrap mode, use complex algorithm only when obf-code is 2
  • Fix super mode bugs

Release 25.19

25 Jun 06:53
Compare
Choose a tag to compare
  • Fix issue: in some special cases super mode will raise execption unknow opcode

Release 24.18

07 Jun 00:02
Compare
Choose a tag to compare
  • Fix a crash issue in Darwin platform
  • Fix super mode issue in Darwin: the obfuscated scripts report "image not found"
  • Export new api clean_obj from dynamic library _pytransform
  • Add new function clean_str in extension module pytransform