dePython, a python decompiler
Did you erase your .py files and still have the .pyc (python compiled) ones?
What is DePython?
DePython is a software which can de-compile the python compiled pyc|pyo file.
If you lost your python source files, don’t worry, DePython can help you bring the sources back, you need only provide the compiled bytecode files. DePython generate python source files almost same as your original source files.
What does DePython support?
Depython supports various version of python, up to newest Python 2.5.
DePython Online V1.2(2007-9-07)
We provide a online DePython version make you easily test the power of DePython. Now we can decompile python bytecode even like this one(compiled by python 2.4,2.5),:-):
Related posts:
- Python: how do I check the variable type? [solved]
- Python & Oracle [SOLVED] ImportError: libclntsh.so.11.1: wrong ELF class: ELFCLASS32
- Utilizando ECLIPSE para programar python en entorno git
- Python: autocomplete names with tab key [solved]
- [Errno 13] Permission denied: ‘/root/.python-eggs’ [SOLVED]