PDA

View Full Version : search for string in memory


metalfan
January 25th, 2010, 17:43
Hi,

is there a way to search for a string in memory in olly2?
Under Trace -> Set condition i can set conditions, but whats the syntax?

ive also tried ollydbg1 with a memory search plugin, but it just executed my program to the end without stopping.

greets

metalfan
January 27th, 2010, 10:19
Found my string by trial and error.

A way to check if the pointer in the registers points to some hex value in memory would have helped a lot.
olly should break when the hex value is found.

dELTA
February 18th, 2010, 20:53
http://www.woodmann.com/collaborative/tools/OllyStepNSearch

(sorry for late reply)