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
With sincere appreciation, Is it possible to provide simple documentation on how to use this tool.
I have a.py to be obfuscated.
What steps I need follow.
pyobfuscate a.py aob.py
Is this correct and After I obfuscate file how to use them in python 2.7
Please provide simple example - this will greatly help
Thank you very much Sir. Awaiting your reply - I am held up
BRE
The text was updated successfully, but these errors were encountered:
If you read through the main pyobfuscate (with no extension) code it provides the following.
Usage:
pyobfuscate [options]
Options:
-h, --help Print this help.
-i, --indent Indentation to use. Default is 1.
-s, --seed Seed to use for name randomization. Default is
system time.
-r, --removeblanks Remove blank lines, instead of obfuscate
-k, --keepblanks Keep blank lines, instead of obfuscate
-f, --firstcomment Remove first block of comments as well
-a, --allpublic When all is missing, assume everything is public.
The default is to assume nothing is public.
-v, --verbose Verbose mode.
sometimes you just have to check the code out. hope this helps.
Dear Author,
With sincere appreciation, Is it possible to provide simple documentation on how to use this tool.
I have a.py to be obfuscated.
What steps I need follow.
pyobfuscate a.py aob.py
Is this correct and After I obfuscate file how to use them in python 2.7
Please provide simple example - this will greatly help
Thank you very much Sir. Awaiting your reply - I am held up
BRE
The text was updated successfully, but these errors were encountered: