python - How do I run pycdc? -
i trying decompile .pyc .py avoid rewriting code, don't understand instructions given in description on the page pycdc on github.
i downloaded it, how run decompiler? says ./bin/pycdc [path pyc file]
i'm not sure means. typed in command prompt , doesn't recognize it. need do?
this ./
notation applies unix shell commands. not apply windows. means have run pydc [path pyc file]
, [path pyc file]
, directory pyc file. example:
if pyc file named example.py
, located in c:\users\bobby\example.py
type:
python pycdc c:\users\bobby\example.py
Comments
Post a Comment