How to obfuscate entire project using pyarmor gen? #1688
Replies: 5 comments 5 replies
-
Check the option |
Beta Was this translation helpful? Give feedback.
-
The option |
Beta Was this translation helpful? Give feedback.
-
@willEternal8 have you been able to solve this issue? |
Beta Was this translation helpful? Give feedback.
-
Suppose there are 3 package: src/pkg1, src/pkg2, src/pkg3
|
Beta Was this translation helpful? Give feedback.
-
Please check man page in Pyarmor 7 doc, I also need to check man page. |
Beta Was this translation helpful? Give feedback.
-
Currently if i run
pyarmor gen -O obfuscated_project -r -i <project_name>
and then try to run main.py inproject_name
i get following error.I have solved this by using python script to iterate through all the modules in project and run
pyarmor gen -O obfuscated_project -r -i <module_name>
. Is there a better way to do this?Also my method fails if I have multiple sub modules.
Beta Was this translation helpful? Give feedback.
All reactions