You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyarmor/docs/user/features.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,6 @@ In order to get high performance after the scripts are obfuscated, Pyarmor 9.1 i
24
24
25
25
For example, use it in WASM, pass it to Nuitka, CPython, even Pyarmor to continue processing
26
26
27
-
Pyarmor 9.1 uses :term:`Project` to manage all the scripts to handle the complex relations between modules and packages, so that the scripts could be reformed correctly. Because new scripts need refactor to prevent scripts from be restored. If no refactor, the security level is almost same as .pyc file
27
+
New scripts need refactor to prevent scripts from be reversed. If no refactor, the security level is almost same as .pyc file
28
+
29
+
Pyarmor 9.1 uses :term:`Project` to manage all the scripts to handle the complex relations between modules and packages, so that the scripts could be reformed correctly.
0 commit comments