Topic created on: August 25, 2011 09:25 CDT by oxident .
I'm trying to reverse an application which checks if an entered string is valid (somehow like a serial checking routine). But in my case, there isn't a simple string like "wrong password": The application just changes the color of the entered string to either black (string ok) or red (string invalid).
Now I just have any clue on where to put a BP in order to find the "code area" where the decision is taken.
The only relevant call I've found so far is GDI32.SetTextColor ... but I'm not able to track this call down to the main executable code.
I'm talking about an unpacked Win32 application, originally written in Delphi.
Thanks for any help!