How to decompile an exe file compiled by py2exe?
just one exe file, didn\'n have any zip file.
how to decompile to pyc or pyo file?
I have wrote a small tool in C++ which takes a py2exe generated executable and extracts the PYTHONSCRIPT
and Library.zip
. The Library.zip
contains mostly pyc/pyo files, you can decompile them using any decompiler.
Links :
Py2ExeDumper : https://sourceforge.net/projects/py2exedumper/
Easy Python Decompiler : http://sourceforge.net/projects/easypythondecompiler/