Log in

View Full Version : OLLYDBG Question


Nick
November 11th, 2002, 19:58
Does OLLYDBG have a memory search function? For example searching for a value in a game, then switching back to the game and changing the value and then searching for the new value...etc until I get the address of the value I want? (kinda like TSearch)

squidge
November 12th, 2002, 00:31
You can search the segments of a loaded process for a specific value if that's what your looking for. You'd have to write down the memory addresses manually however each time as there's no built-in "game cheat system" as such.