Releases: dashingsoft/pyarmor-core
Releases · dashingsoft/pyarmor-core
Release 5.5.3
- Add new obf_code 2
- Fix armv7 protection issue
Release 5.5.2
- Remove unused exported symbols from core libraries
Release 5.5.1
- Enlarge obfuscation keys to 75/27 bytes
- Refine process of obfuscation and advanced mode
Release 5.5.0
- Support Python3.8
Release 5.4.0
- Remove function of generating project capsule
- The RSA key in project capsule is upgraded from 1024 to 2048 bits
Release 5.3.3
- 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
- Fix bug: advanced mode doesn't work in some MacOS machines
Release 5.3.1
- Fix bug: it could not obfuscate more than 32 functions in advanced mode even pyarmor isn't trial version.
Release 5.3.0
- Advanced mode is introduced for arch x86/x64, and it's some limitations in the trial version.
- Add building information to obfuscated scripts