![]() |
|
|
|
#1
|
|||
|
|||
|
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, ... 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. |
|
#2
|
|||
|
|||
|
Hope i understand you right!
your problem was that you do not see "all" the references in the information window? in olly: 1. mark the adresse ->right click on the adresse -> find references to -> choose what you want 2. or if you just want to see the "calls": mark the adresse and press "alt+k" In the new window: right click-> copy to clipboard -> choose what you want Hope i helped you bye |
|
#3
|
|||
|
|||
|
i guess... pressing Ctrl-R was solved my problem
cheers. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kuymak - Cross-platform shellcode runner | blue_devil | Community Tools | 1 | 05-06-2023 05:26 |