How to run an obfuscated function ? #2113
Unanswered
ericvergnaud
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can't see it, but can use it as normal way |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a package
secret
, with the following__init__.py
file:I then run
pyarmor gen -O obfuscated src/secret
.Works fine, however, the generated
__init__.py
does not expose abuild_secret
function.How can I call the obfuscated
build_secret
function that replaces the original one ?Beta Was this translation helpful? Give feedback.
All reactions