Using Ollydbg to locate a bug in my application but I cannot find the error message string

simpleonline1234

Junior Member
Joined
Jan 26, 2010
Messages
170
Reaction score
13
I am in the process of debugging my application with a particular error....The error message is coded in the application but I'm trying to locate the error message using Ollydbg but there are no strings found for my error message.

How else can you locate the "you recieved an error on dump444" in the code using Ollydbg?

EDIT: I am in the correct module.
 
There is an option to search for strings in Ollydbg.
 
On the right click menu, there is a 'Search for all referenced text strings' command.
 
Back
Top