|
If you don't find any string references, please follow this steps:
Analyze the windows that shows the "demo message".
is it a "messagebox" type? (you know, with its symbols,etc...)
The text in the window can be loaded from a resource file, or a INI file or a packed language file, etc... (uses Filemonitor when the window is going to show)
And the most important, uses the handle of the window in the debugger or use the WM_CLOSE or WM_OPEN event in the debugger to get the line of source that shows the text (uses the buttons of the window for it).
Regards
|