pyc2py

T

Thomas Guetttler

Hi!

Is there a script which converts compiled python code
to human readable code?

Google found no result for "pyc2py".

thomas
 
?

=?ISO-8859-15?Q?Gerhard_H=E4ring?=

Thomas said:
Hi!

Is there a script which converts compiled python code
to human readable code?

Google found no result for "pyc2py".

Try this keyword: decompyle

-- Gerhard
 
A

Andres Montiel

Hmmm... does this mean that any Python compiled can be decompiled? What if
someone was selling compiled Python programs. decompyle seems to be able
to decompile them.

Is there a way to make sure that compiled python code cannot be decompiled?

- Andres
 
M

Max M

News said:


Or perhaps:

- project delivered to customer.
- Fatal harddisk crash
- Faulty backup.
- Customer requesting changes to project.


Or perhaps while preparing to distribute a project, a slip of the
fingers make:

rm -r *.py

instead of

rm -r *.pyc


I don't think that those are unusual scenarios?



regards Max M
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

Andres said:
Hmmm... does this mean that any Python compiled can be decompiled? What if
someone was selling compiled Python programs. decompyle seems to be able
to decompile them.

It depends on your business model if this is a problem or not. Looks
like, for most people, it's not. I believe that apart from Python, even
in Windows-land, this is much less of a problem than people would think.
Is there a way to make sure that compiled python code cannot be decompiled?

Ask groups.google.com. This has been discussed many times.

-- Gerhard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top