12 Jul
2001
12 Jul
'01
1:42 p.m.
On Tue, 10 Jul 2001 16:09:47 -0400 (EDT), Michel Pelletier <michel@digicool.com> wrote:
On Tue, 10 Jul 2001, Oleg Broytmann wrote:
On Tue, 10 Jul 2001 sean.upton@uniontrib.com wrote:
Does this work? Even if it didn't I bet that you could just use the .pyc files with dummy .py files created using touch and a file date older than the .pyc file. In theory, this would work, right?
.pyc files are easily decompilabale.
Into bytecode, which isn't that understandable unless you have a history in languages like FORTH.
But it only takes one person (presumably he has a history in forth ;-) to write an automatic pyc to py translator... http://goebel-consult.de/decompyle/ Toby Dickenson tdickenson@geminidataloggers.com