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
*
palette: replace the stock Ctrl+P command palette with real ida-tui actions
blasty
13 days
1
-0
/
+23
*
hex: freeze the cursor's screen position on scroll (not clamp-to-edge)
blasty
13 days
1
-12
/
+17
*
hex: cursor follows the scroll (stays visible on wheel/scrollbar)
blasty
13 days
1
-4
/
+5
*
hex: click to place the byte cursor (hex + ascii panes)
blasty
13 days
1
-0
/
+22
*
mcp: collapse app + launcher to worker-only
blasty
13 days
1
-18
/
+14
*
tests: pass url=""/db=None to IdaTui in the worker pilot path
blasty
13 days
1
-1
/
+1
*
tests: add --worker <binary> to run the pilot suite against the idalib worker
blasty
13 days
1
-5
/
+16
*
fix: don't let a late navigation steal focus from an open prompt
blasty
14 days
1
-1
/
+5
*
listing: two-level indent, address on headers, drop 'near', opcode cap+cycle
blasty
14 days
1
-3
/
+3
*
listing: IDA-style function boundary banners in the unified view
blasty
14 days
1
-0
/
+25
*
unify: the continuous listing is the one code view; deprecate DisasmView
blasty
14 days
1
-140
/
+100
*
listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2
blasty
14 days
1
-0
/
+18
*
listing: render opcode bytes (shared engine with disasm) — M4/UX step 1
blasty
14 days
1
-1
/
+11
*
app: 'L' opens the continuous segment listing (functions+data interleaved)
blasty
14 days
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