Pyarmor

Latest version: v9.0.6

Safety actively analyzes 683322 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 32 of 45

5.1.0

Not secure
* Add extra code to protect dynamic library `_pytransform` when obfuscating entry script
* Fix compling error when obfuscating scripts in windows for Python 26/30/31 (newline issue)

5.0.5

Not secure
* Refine `protect_pytransform` to improve security, refer to https://pyarmor.readthedocs.io/en/latest/security.html

5.0.4

Not secure
* Fix `get_expired_days` issue, remove decorator `dllmethod`
* Refine output message of `pyarmor -v`

5.0.3

Not secure
* Add option `-q`, `--silent`, suppress all normal output when running any PyArmor command
* Refine runtime error message, make it clear and more helpful
* Add new function `get_hd_info` in module `pytransform` to get hardware information
* Remove function `get_hd_sn` from module `pytransform`, use `get_hd_info` instead
* Remove useless function `version_info`, `get_trial_days` from module `pytransform`
* Remove attribute `lib_filename` from module `pytransform`, use `_pytransform._name` instead
* Add document https://pyarmor.readthedocs.io/en/latest/pytransform.html
* Refine document https://pyarmor.readthedocs.io/en/latest/security.html

5.0.2

Not secure
* Export `lib_filename` in the module `pytransform` in order to protect dynamic library `_pytransform`.
Refer to https://pyarmor.readthedocs.io/en/latest/security.html

5.0.1

Not secure
Thanks to GNU lightning, from this version, the core routines are
protected by JIT technicals. That is to say, there is no binary code
in static file for core routines, they're generated in runtime.

Besides, the pre-built dynamic library for linux arm32/64 are packed
into the source package.

Fixed issues:

* The module `multiprocessing` starts new process failed in obfuscated script:

`AttributeError: '__main__' object has no attribute 'f'`

Page 32 of 45

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.