[Q] how to protect python program from decompilation
Guenther Starnberger
gst at sysfrog.org
Sun Feb 18 13:33:47 EST 2001
Leonid Gluhovsky <gleonid at actcom.co.il> writes:
> The company I work for has a program written in Python, and wants to
> ship it to customers in such a way that even if the customers are
> Python gurus they will not be able to decompile Python bytecode and
> arrive at readable source.
you can try to convert your python modules with Python2C into c code
and distribute the compiled libraries.
http://www.mudlib.org/~rassilon/p2c/
cu
/gst
--
sysfrog.org
More information about the Python-list
mailing list