How to add a password to a .exe file?
-
hello, i want to add a password to a .exe file,when run the .exe file ,popup a dialog and ask the password first,if password is right then run the true .exe file,how can i do it?
-
hello, i want to add a password to a .exe file,when run the .exe file ,popup a dialog and ask the password first,if password is right then run the true .exe file,how can i do it?
I think there is a easy way to do that. At the beginning of you code, you can add the code to show the password dialog, if password true, run continuously, if not exit. skybird
-
I think there is a easy way to do that. At the beginning of you code, you can add the code to show the password dialog, if password true, run continuously, if not exit. skybird
-
I think there is a easy way to do that. At the beginning of you code, you can add the code to show the password dialog, if password true, run continuously, if not exit. skybird
hello, i do not know what is your meaning,do you meaning to insert the code to the PE file of the .exe file?if it,how to add the code to the .exe file? thanks.
-
I think there is a easy way to do that. At the beginning of you code, you can add the code to show the password dialog, if password true, run continuously, if not exit. skybird
pls give me an ex!