Is there an easy way to create XREF's by using IDC or a similar mechanism? For example, say I know a particular function is called throughout a program via a function pointer in some standard way. How could I write an IDC script to go through such that when I looked at the code for the function, I'd see all the places that referenced it (i.e mark the appropriate "call eax" so that the IDA knew that it always called function foo)?






