Re: Python decompiler

2007-12-19 Thread Martin v. Löwis
> I'm searching a maneuverable python bytecode decompiler. There is one > named 'decompyle', but it doesn't support Python2.5 and too hard to > use. And the 'depython'(http://www.depython.net/) is good enough > except it cannot process file more than 5kb. > > Is there some else available? I don't

Python decompiler

2007-12-18 Thread K.L.
I'm searching a maneuverable python bytecode decompiler. There is one named 'decompyle', but it doesn't support Python2.5 and too hard to use. And the 'depython'(http://www.depython.net/) is good enough except it cannot process file more than 5kb. Is there some else available? I'm novice at python

A online python decompiler

2007-08-26 Thread shi wu
depython [http://www.depython.net depython online service] could decompile python bytecodes. Depython online service supports Python versions from 2.4up to 2.5.You can freely test its function online. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python decompiler

2006-06-29 Thread Bruno Desthuilliers
subramanian2003 wrote: > Hello All, > > I have some compiled python 2.4 scripts. If anyone has python decompiler, > pls send me. > Do you have the right to decompile them ? Usually, open source softwares - as the name imply - are ditributed with the sources, or have an a

Re: Python decompiler

2006-06-29 Thread Kay Schluehr
subramanian2003 wrote: > Hello All, > > I have some compiled python 2.4 scripts. If anyone has python decompiler, > pls send me. > > Thanks, > subramanian. http://www.python.org/doc//2.4/lib/module-dis.html -- http://mail.python.org/mailman/listinfo/python-list

Python decompiler

2006-06-29 Thread subramanian2003
Hello All, I have some compiled python 2.4 scripts. If anyone has python decompiler, pls send me. Thanks, subramanian. -- http://mail.python.org/mailman/listinfo/python-list