PDA

View Full Version : text on a screen


slider
07-25-2007, 04:39 PM
i reversed this application that had some time limit and dongle. All that is fine except it splashes a registration screen with registered name, serial number and number of days remaining
i.e. Evaluation expires in 2000 days

i cant seem to make this not appear, just this last text or i could settle to change this text to something i like?

it seems function to display this text is called at multiple places and i am lost to fix this.
my question is , if possible can i change that text when its on the stack or otherwise?
if not how should i go about it.

Thanks for any input

p.s. app is based on MFC

cEnginEEr
07-26-2007, 02:44 AM
Check out the resource section with a good resource editor; if you can't find the splash window there, then try to find its Msg_Handler inside your proggy and recode it to what you want.

Regards