Releases: dashingsoft/pyarmor-docs-zh
Releases · dashingsoft/pyarmor-docs-zh
发布 8.2.3
- 简单说明
--obf-code 2
的功能和作用 - 列出新支持的平台: FreeBSD, Alpine 和 Android,参阅 支持的平台
- 说明如何使用特殊补丁脚本
.pyarmor/hook/pyarmor_runtime.py
以及其作用,参考特殊脚本补丁 - 增加更多的关于 Apple segment fault 解决方案
- 说明如何生成支持多个 Python 版本的加密脚本,参考 支持多个 Python 版本的加密脚本
- 实现了
--enable-themida
发布 8.2.2
发布 8.2.1
完整的在线文档 8.2 版
基本完善全部 Pyarmor 8 的全部功能和使用示例。
Release 8.0 doc
v8.0 Refine doc
Release 7.x
适用于 Pyarmor 8.0 之前的文档
Release 5.9.0
pyarmor-webui is published as a separated package, it has been removed from source package of pyarmor. Now it's a full feature webui, and could be installed by pip install pyarmor-webui
.
- Support environment variable
PYARMOR_HOME
as one extra path to find thelicense.lic
of pyarmor. Now the search order is:- In the package path of pyarmor
$PYARMOR_HOME/.pyarmor/license.lic
$HOME/.pyarmor/license.lic
$USERPROFILE/.pyarmor/license.lic
(Only for Windows)
- In command
licenses
if optionoutput
is set, do not append extra pathlicenses
in the final output path - In command
obfuscate
with option--exact
, all the scripts list in the command line will be taken as entry script. - The last argument in command
pack
could be a project path or .json file - Add new option
--name
in the commandpack
- Add new project attribute
license_file
,bootstrap_code
- Add new option
--with-license
,--bootstrap
in the commandconfig
- Add new option
--bootstrap
in the commandobfuscate
- The options
--package-runtime
doesn't support2
and3
, use--bootstrap=2
or--bootstrap=3
instead - In command
licenses
support output generated license to stdout by--output stdout
Release 5.7.0
There are 2 major changes in this version:
- The runtime files are saved in the separated folder
pytransform
as package - The bootstrap code must be in the obfuscated scripts, and it must be entry script as obfuscating.
Release 5.6.0
Keep old document for extending license type