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
I have a simple Python file (foo.py) with this content:
a="this is pyarmor. dont share anyone"
My friend offered to protect it using PyArmor. They returned:
obf_foo.py (obfuscated file)
pyarmor_runtime_00000.so (runtime library)
Question: How can I independently verify that these files were properly protected with PyArmor? I understand PyArmor uses a timestamp-based seed for protection.
I'd like to learn:
What steps I should take to verify the protection
What key indicators show proper PyArmor obfuscation
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple Python file (
foo.py) with this content:My friend offered to protect it using PyArmor. They returned:
obf_foo.py(obfuscated file)pyarmor_runtime_00000.so(runtime library)Question: How can I independently verify that these files were properly protected with PyArmor? I understand PyArmor uses a timestamp-based seed for protection.
I'd like to learn:
Beta Was this translation helpful? Give feedback.
All reactions