index
:
ida-tui.git
main
tui for headless ida
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_scenarios.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nav: don't stack a history entry for the place you're already standing on
blasty
2026-07-25
1
-0
/
+15
*
palette: match case-insensitively in BOTH directions
blasty
2026-07-25
1
-0
/
+9
*
help: lay the cheatsheet out as fluid columns of cards
blasty
2026-07-25
1
-4
/
+9
*
strings: F2 widens the strings browser to the whole project
blasty
2026-07-25
1
-2
/
+2
*
projects: project-wide symbol search over a SQLite FTS5 index (phase 2)
blasty
2026-07-25
1
-8
/
+8
*
exit: ask before quitting with unsaved database changes
blasty
2026-07-25
1
-6
/
+36
*
tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0
blasty
2026-07-25
1
-8
/
+29
*
ui: drop the footer cheatsheet; F1 opens a key reference instead
blasty
2026-07-25
1
-7
/
+31
*
decomp: Home/End move along the line instead of scrolling to top/bottom
blasty
2026-07-25
1
-0
/
+34
*
retype: 'y' now retypes globals too, not just prototypes and locals
blasty
2026-07-25
1
-1
/
+98
*
split: propagate pure scrolls (wheel/scrollbar) to the companion pane
blasty
2026-07-25
1
-0
/
+22
*
split: keep the companion pane level with the driver's cursor
blasty
2026-07-25
1
-0
/
+19
*
strings: browse every string in the binary and jump to it (IDA's Shift+F12)
blasty
2026-07-25
1
-1
/
+44
*
split: follow the decomp across functions as the listing cursor crosses bounds
blasty
2026-07-25
1
-0
/
+13
*
split: click a pane to drive it (not just Tab) + spell it out in the status
blasty
2026-07-25
1
-0
/
+7
*
split-view phase 4: split-aware status, min-width gate, verified nav
blasty
2026-07-24
1
-0
/
+16
*
split-view phase 3: rich per-line instruction region highlight
blasty
2026-07-24
1
-0
/
+21
*
split-view phase 2: cursor sync + linked-row highlight
blasty
2026-07-24
1
-0
/
+36
*
split: guard toggle behind prompt-active; clear _split in the pilot reset
blasty
2026-07-24
1
-0
/
+1
*
split-view phase 1: side-by-side listing <-> pseudocode layout
blasty
2026-07-24
1
-2
/
+29
*
decomp: fix stuck 'decompiling' spinner when re-opening a loaded function
blasty
2026-07-24
1
-0
/
+10
*
decomp: restore the 'decompiling…' overlay on F5/Tab from the listing
blasty
2026-07-24
1
-6
/
+7
*
palette: replace the stock Ctrl+P command palette with real ida-tui actions
blasty
2026-07-24
1
-0
/
+23
*
hex: freeze the cursor's screen position on scroll (not clamp-to-edge)
blasty
2026-07-24
1
-12
/
+17
*
hex: cursor follows the scroll (stays visible on wheel/scrollbar)
blasty
2026-07-24
1
-4
/
+5
*
hex: click to place the byte cursor (hex + ascii panes)
blasty
2026-07-24
1
-0
/
+22
*
mcp: collapse app + launcher to worker-only
blasty
2026-07-24
1
-18
/
+14
*
tests: pass url=""/db=None to IdaTui in the worker pilot path
blasty
2026-07-24
1
-1
/
+1
*
tests: add --worker <binary> to run the pilot suite against the idalib worker
blasty
2026-07-24
1
-5
/
+16
*
fix: don't let a late navigation steal focus from an open prompt
blasty
2026-07-23
1
-1
/
+5
*
listing: two-level indent, address on headers, drop 'near', opcode cap+cycle
blasty
2026-07-23
1
-3
/
+3
*
listing: IDA-style function boundary banners in the unified view
blasty
2026-07-23
1
-0
/
+25
*
unify: the continuous listing is the one code view; deprecate DisasmView
blasty
2026-07-23
1
-140
/
+100
*
listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2
blasty
2026-07-23
1
-0
/
+18
*
listing: render opcode bytes (shared engine with disasm) — M4/UX step 1
blasty
2026-07-23
1
-1
/
+11
*
app: 'L' opens the continuous segment listing (functions+data interleaved)
blasty
2026-07-23
1
-0
/
+27
*
listing: expand struct-typed globals into member rows (M4 item 3)
blasty
2026-07-23
1
-0
/
+48
*
app: 'a' — make string literal in the listing (M4 richness)
blasty
2026-07-23
1
-0
/
+49
*
app: listing 'n' names the address (can name a bare/undefined byte)
blasty
2026-07-23
1
-0
/
+63
*
app: on startup, land on main() (else pop the symbol picker)
blasty
2026-07-23
1
-3
/
+36
*
app: 'd' — define typed data in the listing (make_data, M3)
blasty
2026-07-22
1
-0
/
+41
*
app: ListingView — virtualized flat code+data listing for regions (M2)
blasty
2026-07-22
1
-15
/
+81
*
app: non-function regions — open a flat listing + c/p/u edit verbs (M0)
blasty
2026-07-22
1
-0
/
+50
*
app: multi-line comments via literal \\n (long notes were clipping)
blasty
2026-07-10
1
-4
/
+12
*
app: comment on a no-address line -> function comment (was refused)
blasty
2026-07-10
1
-0
/
+32
*
sync: extract shared settle/wait helpers (idatui/_sync.py)
blasty
2026-07-10
1
-7
/
+2
*
tests: isolated scenario suite (parity with the monolith, fast --only)
blasty
2026-07-10
1
-0
/
+1272