Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Documentation on Usability : Please advise - Thank you Sir #14

Open
srini-murthy opened this issue Aug 19, 2014 · 1 comment
Open

Comments

@srini-murthy
Copy link

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

@syphersec
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants