Answer the question
In order to leave comments, you need to log in
py2exe - Packaged Code Expansion Technique
Is there a way from the compiled .pyc binaries and the generated .exe's, using the py2exe library, to extract identical source code, or ideally, the source code itself?
What methods are there for this, what does the work in obtaining source codes consist of, and in which direction is it better to dig?
Answer the question
In order to leave comments, you need to log in
As far as I can see from the description , all sources should be in library.zip:
This is a standard zip file where all the pure source modules will be inserted (using the "zipfile" option, you can also select to put that file in a sub-directory and with a different name)[.]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question