Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 712 Bytes

xrefs_ex.md

File metadata and controls

9 lines (6 loc) · 712 Bytes

Extended xrefs

Menu "Jump/Jump to xref Ex (Shift-X)"

There are couple things on one action/shortcut:

  • Shows references of "helper" calls inside the current procedure in pseudocode view. Useful to watch Inlines.
  • Also a place sensitive wrapper for HexRay's actions: "Jump to xref globally", "Jump to xref", "Jump to xref to operand..."

💡 Tip: "Jump to xref globally" does not always works correctly if search target has been renamed, because it uses decompilation cache. You may clear all cached decompilation results by pressing "`" hotkey or use menu "Edit/Other/Clear cached decompilation results" then do again "Jump to xref globally" and "Ctrl-U" to update cache