Closed rollsch closed 1 year ago
Place the cursor on the dest a15 of 80427ff2 and run the MultiInstructionMemReference.java from the script manager
Is there a way to do this for the whole file? I can script it but just curious if I can do the whole file at once. Thank you for your help.
Unless I'm forgetting something, no not that I'm aware of of. I believe the other architectures have additional constant analyzers for what ghidra doesn't pick up.
I have the following code (infineon tricore tc2xx)
Which produces the following disassembly
I want it to annotate addresses 80427FF2 and 80427FF6 so that I get the following instead of the above
Eg show that there is an xref to DATA_50000344 at address 80427FF2 and 80427FF6
Is there any options that will do this out of the box?
Even if this is not technically an XREF, I'd like to comment that these instructions are responsible for the XREF.
The reason for this is I am patching the XREFs so I need to collect all relevant instructions to do so. I've done this manually in hand written software, but I would like to see if Ghidra can do it without essentially re-writing the same software.