index
:
ida-tui.git
main
tui for headless ida
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
idatui
/
app.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
decompiler: fall back to disassembly when decompilation fails
blasty
2026-07-09
1
-8
/
+20
*
default to the pseudocode view instead of disassembly
blasty
2026-07-09
1
-10
/
+12
*
names: command-palette fuzzy finder (Ctrl+N), overlay-first
blasty
2026-07-09
1
-8
/
+151
*
xrefs: pre-select the site the dialog was invoked from
blasty
2026-07-09
1
-12
/
+49
*
xrefs: informative labels — function+offset, and section instead of '?'
blasty
2026-07-09
1
-1
/
+12
*
decompiler: xref jump lands the cursor on the reference token's column
blasty
2026-07-09
1
-12
/
+44
*
decompiler: fix stale scroll frame on same-function jump
blasty
2026-07-09
1
-7
/
+25
*
decompiler: xref jump within the current function moves the cursor
blasty
2026-07-09
1
-0
/
+27
*
decompiler: hide the per-line /*0xEA*/ address markers (clutter)
blasty
2026-07-09
1
-15
/
+30
*
comments: ';' sets a comment on the current line (disasm + pseudocode)
blasty
2026-07-09
1
-0
/
+104
*
rename: refuse pseudocode goto-labels with a clear message
blasty
2026-07-09
1
-0
/
+19
*
test: --stop-after for fast single-feature iteration; skip needless decompile
blasty
2026-07-09
1
-5
/
+8
*
decompiler: xref-select jumps to the reference line in pseudocode
blasty
2026-07-09
1
-2
/
+29
*
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
1
-2
/
+5
*
fix: decomp follow fails on a just-renamed symbol (stale name)
blasty
2026-07-09
1
-0
/
+8
*
cap the function pane width so it doesn't dominate wide terminals
blasty
2026-07-09
1
-4
/
+4
*
decompiler: line-number gutter
blasty
2026-07-09
1
-4
/
+26
*
decompiler: grayed 'decompiling…' overlay during (re)decompile
blasty
2026-07-09
1
-1
/
+13
*
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
1
-1
/
+4
*
smoother scroll restore on jump-back; non-degenerate test
blasty
2026-07-09
1
-3
/
+5
*
stop piling up idalib workers; raise max-workers headroom
blasty
2026-07-09
1
-5
/
+6
*
fix input visibility (search/rename) + refresh stale names across history
blasty
2026-07-09
1
-15
/
+9
*
paging: preserve the cursor's viewport-relative row (IDA-style)
blasty
2026-07-09
1
-12
/
+25
*
search: land the cursor on the match's starting column
blasty
2026-07-09
1
-0
/
+8
*
preserve scroll offset in jump history (both views)
blasty
2026-07-09
1
-23
/
+56
*
fix: decompiler follow/xrefs of a name not listed in refs
blasty
2026-07-09
1
-0
/
+12
*
rename symbol under cursor ('n') + save ('Ctrl+S')
blasty
2026-07-09
1
-2
/
+165
*
sortable function list: click column headers (addr/name/size)
blasty
2026-07-09
1
-0
/
+28
*
track pseudocode-view cursor position across jumps
blasty
2026-07-09
1
-7
/
+43
*
preserve cursor line+column in the jump history
blasty
2026-07-09
1
-4
/
+11
*
mouse: click to place cursor, double-click to follow
blasty
2026-07-09
1
-0
/
+32
*
column cursor: real left/right movement + follow the ref UNDER the cursor
blasty
2026-07-09
1
-41
/
+236
*
xrefs + follow-under-cursor (disasm & pseudocode)
blasty
2026-07-09
1
-6
/
+184
*
function-name filter: incremental + highlight + clear
blasty
2026-07-09
1
-28
/
+105
*
search UX: visible prompt + incremental (as-you-type) highlighting
blasty
2026-07-09
1
-13
/
+90
*
vim-style search in disasm + pseudocode views
blasty
2026-07-09
1
-7
/
+244
*
fix decompiler highlighting + cursor jank
blasty
2026-07-09
1
-18
/
+108
*
decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies
blasty
2026-07-09
1
-12
/
+82
*
tui: --open PATH to create/attach a session for an arbitrary binary
blasty
2026-07-09
1
-2
/
+15
*
add Ctrl+B toggle to show/hide the functions pane
blasty
2026-07-09
1
-0
/
+10
*
Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone
blasty
2026-07-09
1
-0
/
+443
[prev]