PDA

View Full Version : Win Api?


e141
11-05-2008, 01:42 PM
Hi all,

Hoping to get a little insight into a program I'm reversing.

This program is a Windows program.
When the program is loaded, I am prompted to enter my password (which I have forgotten).
Using Ollydbg, and Windasm, I have searched the imports for the user32.getdlgitemtext (which I believe is the user32 win32 api that is loaded for most programs that prompt for a password), but no such api is accessed/loaded.

Any ideas what the program might be loading? The password dialogue has a textbox into which I enter my password, but I'm not sure what it is...

I would really appreciate any help I could get... I've tried just about everything!

Thanks!