File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,7 @@ Import obfuscated moduels in a normal python scripts
67
67
python hello.py
68
68
```
69
69
70
- ** It doesn't work from Pyarmor 3.6, refer to [ Restrict Mode] [ restrict-mode ] **
71
-
72
- [ restrict-mode ] : #restrict-mode
70
+ ** It doesn't work from Pyarmor 3.6, refer to [ Restrict Mode] ( #restrict-mode ) **
73
71
74
72
### Use Project to Manage Obfuscated Scripts
75
73
@@ -335,7 +333,7 @@ So restrict mode can avoid obfuscated scripts observed from no
335
333
obfuscated code.
336
334
337
335
In case to import obfuscated scripts from no obfuscated scripts, for
338
- example, let [ Import Obfuscated Module] [ import-obfuscated-module ]
336
+ example, let [ Import Obfuscated Module] ( # import-obfuscated-module)
339
337
above work need to disable restrict mode as the following way
340
338
341
339
```
@@ -362,10 +360,6 @@ Enable restrict mode again
362
360
python pyarmor.py config --disable-restrict-mode=0 projects/testmod
363
361
```
364
362
365
- [ ] : #import-obfuscated-module "Import Obfuscated Module"
366
-
367
- [ import-obfuscated-module ] : #import-obfuscated-module
368
-
369
363
### Examples
370
364
371
365
#### obfuscate odoo module
You can’t perform that action at this time.
0 commit comments