Log in

View Full Version : String data reference!,why it's not implement


Teerayoot
July 15th, 2003, 22:34
DO you used to play with Win32Dasm yet,It's disambling and phase a index string to strings data reference .but in Ollydbg it not!.Just a index,when i want to find a string data reference ,i must select view resource strings ,and look for a while(ohh ,ollydbg do not have a search feature;() ,and copy index,ant go to code window,search for all contants .he he it take a lot of time to play with a resource string .

If possible ,Loadstring api call ,please phase index to strings .
I hope you will do in next version.

Anonymous
July 16th, 2003, 00:35
Olly *DOES* have a search feature in the resource strings sections (and every other section) - RTFM!

Teerayoot
July 16th, 2003, 00:41
No,Ollydbg no have!,You misunderstand me!I mean resource strings not "Search for all reference strings" command on right click menu!

Ricrado Narvaja
July 16th, 2003, 01:09
In view-executable , you click in the executable you want and right click in view resource strings.

Ricardo