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?
Another approach is to take the python byte code dump directly from memory, Immunity Inc published a paper about this subject with a toolkit that takes the bytecode from memory and decompile it to .py source code. pyREtic