summaryrefslogtreecommitdiffstats
path: root/tests/test_keepalive.py
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-07-09 22:28:53 +0200
committerblasty <peter@haxx.in>2026-07-09 22:28:53 +0200
commitd22a3d18f8091d57eaa66b0a05fbe8560f5efdbf (patch)
tree8a0a6c3add4eab61555783dd407a7c2aa83070ec /tests/test_keepalive.py
parentdecompiler: xref jump lands the cursor on the reference token's column (diff)
downloadida-tui-d22a3d18f8091d57eaa66b0a05fbe8560f5efdbf.tar.gz
ida-tui-d22a3d18f8091d57eaa66b0a05fbe8560f5efdbf.tar.xz
ida-tui-d22a3d18f8091d57eaa66b0a05fbe8560f5efdbf.zip
xrefs: informative labels — function+offset, and section instead of '?'
The xref list showed just the containing function name, so multiple sites in the same function were indistinguishable ('sub_2300' repeated), and references not in any function collapsed to a bare '?'. - In-function sites now show fn_name+offset (e.g. main+0xb08), so each site is distinct and you can see where in the function it is. - Non-function sites (GOT/reloc data slots, loose thunks) show the section they live in (.got, .data.rel.ro, .text, LOAD, ...) instead of '?'. Add Program.sections()/section_of() over survey_binary's segment map (fetched once, cached lazily). Pilot checks for both. full suite 67/67.
Diffstat (limited to 'tests/test_keepalive.py')
0 files changed, 0 insertions, 0 deletions