aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorblasty <blasty@local>2026-07-09 13:54:40 +0200
committerblasty <blasty@local>2026-07-09 13:54:40 +0200
commit8d9644e8c6158af45ce95467c4a0611e8e10fa22 (patch)
treec22c94a1f130308fcc2514a83b01c6f93f6e8f73 /docs
parentfunction-name filter: incremental + highlight + clear (diff)
downloadida-tui-8d9644e8c6158af45ce95467c4a0611e8e10fa22.tar.gz
ida-tui-8d9644e8c6158af45ce95467c4a0611e8e10fa22.tar.xz
ida-tui-8d9644e8c6158af45ce95467c4a0611e8e10fa22.zip
xrefs + follow-under-cursor (disasm & pseudocode)
- Enter follows the reference under the cursor: disasm uses xref_query(from) to find the code target; pseudocode matches a decompiler ref name on the line. Navigates to the containing function at the exact line (address-history push). - x opens an xrefs popup (XrefsScreen modal): xrefs_to the subject under cursor (call target if any, else the current item); Enter jumps to a referencing site, Esc closes. - domain: Program.function_of (mid-addr -> containing func via lookup_funcs), xrefs_from/xrefs_to (xref_query), Xref model, DisasmModel ea->index map for landing on an exact address. - fix: goto to a mid-function address now lands on the right line (was opening it as a bogus function start). - pilot suite 32/32; domain 17/17.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions