binaryninja-api
binaryninja-api copied to clipboard
Display Best-Guess IL in XRefs
This could be considered a low-effort, early version of #1617.
With the recent improvement of mappings between ILs, I think it would be useful to add a toggle to display the current IL for the given address of each cross reference. If the IL for the function the cross reference is pointing to isn't available, we could fall back on disassembly and/or queue the function analysis in the background.