Log in

View Full Version : Unable to find binary known ASCII string in dump


5aLIVE
November 9th, 2005, 09:19
This has got me puzzled. If I run an exe and do a text search for a given ASCII string I can find it easily using WinHex.
If I try binary search (Ctrl-B) in the dump screen Olly cannot find it.

If I enter the offset (Ctrl-G) given in WinHex Olly gives the "unknown identifier" which I take to mean that this is outside the dumped address space??

I can find other strings in both Olly and WinHex at the same offset provided that they can be seen in the Olly dump screen address range.

Can anyone suggest what is wrong please?

Thanks 5aLIVE

5aLIVE
November 9th, 2005, 09:27
PS. If I scroll down the dump screen, I will see empry adresses, hex dump and ASCII values in every row.
Some broken horizontal lines can be seen in the area too??


PPS I am using Oll 1.09d, I don't know if that will make any difference, I'll try v1.10 to see if this makes any difference.

Ricardo Narvaja
November 9th, 2005, 10:10
OLLY serach for BYNAR STRING for default ONLY IN CODE SECTION, change in DEBUGGIN OPTIONS - EVENTS - change the mark to

SERACH FOR REFERENCES in MEMORY BLOCK SELECTED IN DISASSEMBLER.

Go to the section in the dissassembler you need serach , and make the search.

Ricardo

5aLIVE
November 9th, 2005, 12:12
Excellent! Thankyou Ricardo.

Stcruxenio
November 10th, 2005, 22:04
Thanks, too! I had the same problem.
Just a minor correction: Debugging options\Debug (not Event).

5aLIVE
November 11th, 2005, 04:33
@Stcruxenio, yes that right, it took me a little while to find it in all the options found in Olly. I should have added the minor correction to Ricardos helpful information myself.

Thanks guys.
5aLIVE