astrand / pyobfuscate

pyobfuscate
GNU General Public License v2.0
601 stars 161 forks source link

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

Open srini-murthy opened 10 years ago

srini-murthy commented 10 years ago

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 commented 10 years ago

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.