On 01/11/11 21:15, Joel Montes de Oca wrote:
Question, once the code is compiled to a binary, can someone inject code to cause the hidden window to show, skipping the login altogether?
In general you don't compile Python to a binary, although tools exist that give a good approximation to that. But to inject code would need access to the source files and if you have been sensible with permissions etc that would require admin access to the machine...
-- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
