File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 33Change Logs
44===========
55
6+ 5.8.7
7+ -----
8+
9+ In this version, the scripts could be obfuscated with new option `--suffix `,
10+ then the name of the runtime package and builtin functions will be unique. By
11+ this way the scripts obfuscated by different capsule could run in the same
12+ Python interpreter.
13+
14+ For example, the bootstrap code may like this with suffix `_vax_000001 `:
15+
16+ from pytransform_vax_000001 import pyarmor_runtime
17+ pyarmor_runtime(suffix="_vax_000001")
18+
19+ * Add option `--with-license ` in the command `pack `
20+ * Fix issue: the final bundle made by `pack ` raises protection fault exception on MacOSX
21+ * Add option `--enable-suffix ` in the commands `obfuscate `, `config ` and `runtime `
22+
6235.8.6
724-----
825* Raise exception other than `sys.exit(1) ` when pyarmor_runtime fails
You can’t perform that action at this time.
0 commit comments