View Single Post
  #1  
Old 04-05-2005, 01:49
fxd0h
 
Posts: n/a
Question ollydbg / IDA address cross reference

Hi all , im facing a problem with ollydbg and IDA , the thing is that i couldn't
figure out how to dump an address ( function ) cross reference to somwhere like a file ..

With Ollydbg the Information Pane just show the first references

i.e:
Code:
Local calls from 0041223D, 00413520, 00413573, 00413614, 004573D1, 
0045783A, 004578BC, 004583C4, 00458433, 004650E5, 00465101, 00465162, 
00465176, 004651F4, 00465208, 00465247, 0046525B, 00465296, 004652AF, 
00465416, 00465458, 004654CF, 004654F2, ...
and with IDA it opens something like a window with the list of references


Im trying to use this references to point a dll hook there.
but i need all the cross references to the address...


well , if someone of you know how to do this , please let me know


cheers.
Reply With Quote