[OT] The Cracker's Guide To Python

Greg Ewing greg at cosc.canterbury.ac.nz
Wed Apr 7 20:52:47 EDT 2004


Christos TZOTZIOY Georgiou wrote:
> The only problem would be that if the crack is written in
> Python, it won't be able to open the dll as read-write...

That's no problem -- use py2exe to wrap it up with its
own private version of the interpreter.

For bonus points, compile it with Pyrex, so the kiddies
can have fun reverse engineering it to find out how
it works.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list