Posted: Sat May 11, 2013 2:53 am Post subject: [Help] What to look for?
My doubt is the following, I have an application that when starting it asks for a password. If the password is wrong it just closes and zero messages error is displayed. The same happens if do not type anything.
If the password is correct it starts the installer.
The password I know and she has three letter and three numbers like xxx000.
In the form only has a textbox, Ok and cancel button
Where I should look to find a way to start the installer by typing any password or no?
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
Posted: Sat May 11, 2013 3:25 am Post subject:
you need to use a debugger for that, try hooking or setting breakpoint on GetDlgItemText function, and see how the text is later processed by the application, also you can hook or set breakpoint on ExitProcess and TerminateProcess functions, to see where the program decides to exit
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum