K
K
ks_ks2011-12-10 06:15:45
Python
ks_ks, 2011-12-10 06:15:45

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

1 answer(s)
M
MikhailEdoshin, 2011-12-10
@MikhailEdoshin

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 question

Ask a Question

731 491 924 answers to any question