
New to IDA, please keep that in mind.
This is with regard to a .so on linux, being loaded into IDA on windows.
When viewing the strings and trying to get a chart of the xrefs to those strings none of the strings are found to have xrefs. The strings are in the .rodata section.
Example:
.rodata:00162CBC __STRING_21 db 'foo',0
It would be really nice to see what functions use the string above..
Is there a way to use the search functions of IDA to find xrefs? Or is something just plain wrong with the way I am trying this?