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
Commit message (
Expand
)
Author
Age
Files
Lines
*
struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)
blasty
2026-07-10
2
-8
/
+55
*
server: inject a del_type tool into ida-pro-mcp (enables struct delete)
blasty
2026-07-10
2
-0
/
+80
*
struct editor: C-style CRUD for local types (Ctrl+T)
blasty
2026-07-10
4
-4
/
+324
*
decompiler: fall back to disassembly when decompilation fails
blasty
2026-07-09
2
-12
/
+51
*
default to the pseudocode view instead of disassembly
blasty
2026-07-09
2
-18
/
+38
*
names: command-palette fuzzy finder (Ctrl+N), overlay-first
blasty
2026-07-09
3
-9
/
+198
*
xrefs: pre-select the site the dialog was invoked from
blasty
2026-07-09
2
-12
/
+94
*
xrefs: informative labels — function+offset, and section instead of '?'
blasty
2026-07-09
3
-1
/
+89
*
decompiler: xref jump lands the cursor on the reference token's column
blasty
2026-07-09
2
-12
/
+57
*
decompiler: fix stale scroll frame on same-function jump
blasty
2026-07-09
2
-8
/
+36
*
decompiler: xref jump within the current function moves the cursor
blasty
2026-07-09
2
-0
/
+46
*
decompiler: hide the per-line /*0xEA*/ address markers (clutter)
blasty
2026-07-09
2
-19
/
+37
*
comments: ';' sets a comment on the current line (disasm + pseudocode)
blasty
2026-07-09
3
-0
/
+140
*
rename: refuse pseudocode goto-labels with a clear message
blasty
2026-07-09
2
-0
/
+56
*
test: --stop-after for fast single-feature iteration; skip needless decompile
blasty
2026-07-09
2
-6
/
+30
*
decompiler: xref-select jumps to the reference line in pseudocode
blasty
2026-07-09
2
-66
/
+124
*
test: fix stale row/function reuse across filter + xref-select blocks
blasty
2026-07-09
1
-0
/
+13
*
fix: disasm follow stepped to the next line on a call (fall-through edge)
blasty
2026-07-09
1
-4
/
+13
*
fix: xref-select navigated to the wrong place (ordinary-flow contamination)
blasty
2026-07-09
2
-2
/
+40
*
docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchas
blasty
2026-07-09
1
-0
/
+65
*
fix: decomp follow fails on a just-renamed symbol (stale name)
blasty
2026-07-09
2
-0
/
+27
*
cap the function pane width so it doesn't dominate wide terminals
blasty
2026-07-09
2
-4
/
+7
*
decompiler: line-number gutter
blasty
2026-07-09
2
-4
/
+33
*
decompiler: grayed 'decompiling…' overlay during (re)decompile
blasty
2026-07-09
2
-1
/
+32
*
robust scroll restore for both views (fix stale frame in real terminal)
blasty
2026-07-09
1
-9
/
+17
*
fix stale top frame on jump-back; test the actual repaint
blasty
2026-07-09
2
-1
/
+17
*
smoother scroll restore on jump-back; non-degenerate test
blasty
2026-07-09
2
-7
/
+20
*
stop piling up idalib workers; raise max-workers headroom
blasty
2026-07-09
3
-9
/
+29
*
fix: pseudocode names not refreshing across history after rename
blasty
2026-07-09
2
-2
/
+14
*
fix input visibility (search/rename) + refresh stale names across history
blasty
2026-07-09
4
-21
/
+106
*
paging: preserve the cursor's viewport-relative row (IDA-style)
blasty
2026-07-09
2
-12
/
+46
*
search: land the cursor on the match's starting column
blasty
2026-07-09
2
-0
/
+11
*
preserve scroll offset in jump history (both views)
blasty
2026-07-09
3
-23
/
+91
*
fix: decompiler follow/xrefs of a name not listed in refs
blasty
2026-07-09
2
-0
/
+34
*
rename symbol under cursor ('n') + save ('Ctrl+S')
blasty
2026-07-09
3
-2
/
+218
*
sortable function list: click column headers (addr/name/size)
blasty
2026-07-09
2
-0
/
+49
*
track pseudocode-view cursor position across jumps
blasty
2026-07-09
2
-7
/
+90
*
preserve cursor line+column in the jump history
blasty
2026-07-09
2
-4
/
+18
*
mouse: click to place cursor, double-click to follow
blasty
2026-07-09
2
-0
/
+69
*
column cursor: real left/right movement + follow the ref UNDER the cursor
blasty
2026-07-09
2
-41
/
+264
*
xrefs + follow-under-cursor (disasm & pseudocode)
blasty
2026-07-09
3
-8
/
+305
*
function-name filter: incremental + highlight + clear
blasty
2026-07-09
3
-28
/
+137
*
search UX: visible prompt + incremental (as-you-type) highlighting
blasty
2026-07-09
2
-14
/
+109
*
vim-style search in disasm + pseudocode views
blasty
2026-07-09
2
-8
/
+277
*
fix decompiler highlighting + cursor jank
blasty
2026-07-09
4
-21
/
+175
*
decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies
blasty
2026-07-09
3
-18
/
+134
*
tui: --open PATH to create/attach a session for an arbitrary binary
blasty
2026-07-09
2
-6
/
+38
*
add Ctrl+B toggle to show/hide the functions pane
blasty
2026-07-09
2
-1
/
+24
*
Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone
blasty
2026-07-09
5
-2
/
+632
*
keep idle workers alive: bump_idle_ttl + KeepAlive heartbeat
blasty
2026-07-09
4
-8
/
+186
[next]