Log in

View Full Version : tracing resource data access/locations


shadows
March 27th, 2004, 15:14
trying to debug an exception
What I did was modify string data in a resource and then create an exception that would cause a text entry box to display my modified string -- that much worked ,but now I need to find excactly where and how the resource was loaded -- any clues?
I did a run trace and looked back....nothing noticeable,
usuallu Olly is pretty good about showing ascii data in
the debugging pane...Im sure I would have seen it.
I also did a search for references to the resource address...none found
Thanks for any tips

ShadowDark
May 7th, 2004, 14:47
i should u some of programming teaches... why did u modify a string on the resources [RCDATA :S?]¿?, why don't modify it on strings references :|¿?
Bytes...

P.D: when u are in a exception u can seek that problem on the aplication pushing call stack button & looking for .exe MODULE reference...

P.D: if somebody couldn't understand me... it's normal... i'm not english xD.