On 20 Feb, 11:59, KoDer <[EMAIL PROTECTED]> wrote:
> > Subject: Can I reverse eng a .pyc back to .py?

[...]

> https://svn.cs.pomona.edu/sys/src/konane/pyunparse.py
>
> Need add new AST nodes if You want to use it with python2.5.

The above code seems to need to parse a source file, since it uses the
compiler module's parse function. Something like decompyle would be
more appropriate for reverse engineering purposes:

http://packages.qa.debian.org/d/decompyle.html

Paul

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to