Log in

View Full Version : Search name in modules


yezo
August 21st, 2005, 09:09
is there a way to do a string search for the name of a function in the search for name in modules. It would be so useful.

blabberer
August 21st, 2005, 09:13
just type the function name and ollydbg will autoscroll to matching name
if it exists
example hit g key the module names list will scroll down to first matching
g in the list
hit e it will scroll down to the first matching ge and so on
hope that is what you are loooking for

yezo
August 21st, 2005, 09:31
yes that helps thanks a lot