pyarmor v6.3.0 Release Notes

Release Date: 2020-07-07 // almost 4 years ago
  • From this version, only 2 runtime files are required for non-super mode:

    • pytranform.py
    • _pytransform.so/dll/dylib

    ๐Ÿ”’ Most of the algorithm are refined to improve the security.

    • ๐ŸŽ Refine the algorithm to improve security and performance
    • 0๏ธโƒฃ Refine default cross protection code
    • ๐Ÿšš Refine runtime files, remove license.lic and pytransform.key
    • Refine pack command
    • Refine the obfuscating process for cross platforms
    • Refine benchmark command, and new option --advanced
      ๐ŸŽ Refer to https://pyarmor.readthedocs.io/en/latest/performance.html
    • โž• Add platform musl.mips32 for MIPS32 with musl
    • โž• Add common options --boot for special cross platform obfuscating
    • Rename platform name alpine.* to musl.*