[Tutor] login window using Tk

Alan Gauld alan.gauld at btinternet.com
Wed Nov 2 01:54:17 CET 2011


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/



More information about the Tutor mailing list