Log in

View Full Version : Finding MessageBox text


imashane
August 16th, 2004, 11:52
Lets say I have a program that displays in a messagebox: "Hello World!". I want to find where this messagebox is by searching for the string "Hello World!" instead of searching for MessageBox calls. Is there any way I can do this? I've tried searching for All refrenced text strings, however it was not in there. Thank you.

Shane

Ricardo Narvaja
August 16th, 2004, 12:52
go to view-memory

right click - search and put hello in asc box and serach in all memory.

But the string can be decrypted in runtime and you not found nothing.

Ricardo Narvaja