pyc file problem

sid sidharthk at hotmail.com
Fri Jan 30 07:04:30 EST 2004


i doubt there are any good name manglers for python.especialy with it being
dynamic.

you could encrypt your game files. of course the loader would have to be
mangled by hand.

if you are keen on this you could look at the tempfile and imp modules.

this is not foolproof. people could still step through your code and crack
it.

just wondering, is it smart to have any of the game's logic on the users
machine. i can see a lot of situations other than hacking and cracking the
code that could lead to problems.





More information about the Python-list mailing list