aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/app.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* track pseudocode-view cursor position across jumpsblasty2026-07-091-7/+43
* preserve cursor line+column in the jump historyblasty2026-07-091-4/+11
* mouse: click to place cursor, double-click to followblasty2026-07-091-0/+32
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty2026-07-091-41/+236
* xrefs + follow-under-cursor (disasm & pseudocode)blasty2026-07-091-6/+184
* function-name filter: incremental + highlight + clearblasty2026-07-091-28/+105
* search UX: visible prompt + incremental (as-you-type) highlightingblasty2026-07-091-13/+90
* vim-style search in disasm + pseudocode viewsblasty2026-07-091-7/+244
* fix decompiler highlighting + cursor jankblasty2026-07-091-18/+108
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty2026-07-091-12/+82
* tui: --open PATH to create/attach a session for an arbitrary binaryblasty2026-07-091-2/+15
* add Ctrl+B toggle to show/hide the functions paneblasty2026-07-091-0/+10
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty2026-07-091-0/+443