Log in

View Full Version : Is there a way to dereference STRING resource?


muminoi
May 17th, 2004, 05:18
Hi,
Is there a way to dereference STRING resource? It seem to me that Search_For->All_Referenced_Text_String return only string in source code only not including the one in resource. Reight now, I need to use w32dsm (which I hate it to do this job and use ollydbg to debug it. Do I miss some feature in ollydbg?

Thank,

Great Win32 DBG program ever (for me) anyway

babar0ga
May 17th, 2004, 16:23
not sure what are you trying to do...

in case you want to see strings from resources then go to
View>Executables modules(alt+e) and click on one with right mouse button...

i'm sure you'll know what to do then

muminoi
May 17th, 2004, 19:50
Thank, But I like to see it side by side with disasm code like the way that ollydbg did for normal text string. Is there anyway to do?

Teerayoot
May 18th, 2004, 06:16
Set condition log on LoadStringA or LoadStringW will handle your ploblem.

Ex...
77D46DBA CALL to LoadStringW from notepad.01003D15
hInst = 01000000
RsrcID = STRING "Insufficient memory to create the bitmap. Close one or more applications to


blabberer
May 19th, 2004, 07:49
if i remember correctly
view-->exemodules--->select module-->rightclick-->view resources /view resource strings --->must show all resource strings in the exe
then you have find ref to that string follow in dissembler
and viewing the dump options