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
/
idatui
/
app.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
10 days
disasm: render opcode bytes (toggle 'o'), padded to widest insn
blasty
1
-4
/
+55
11 days
app: multi-line comments via literal \\n (long notes were clipping)
blasty
1
-0
/
+4
11 days
app: comment on a no-address line -> function comment (was refused)
blasty
1
-2
/
+10
11 days
app: drop the Header (keep the Footer); rpc: function-scope xrefs_from
blasty
1
-2
/
+1
11 days
rpc: unix-socket puppeteering server (raw keys + introspection + screen)
blasty
1
-1
/
+20
11 days
hex view: file offsets + 'g' goto (dedicated input)
blasty
1
-14
/
+61
11 days
hex view: raw image bytes (VA-addressed), synced to the code cursor
blasty
1
-3
/
+274
12 days
retype: set variable/function types with 'y' (IDA-style), via structured tools
blasty
1
-1
/
+118
12 days
struct editor: auto-format the definition on save
blasty
1
-3
/
+18
12 days
struct editor: loud save errors + guard unsaved edits
blasty
1
-8
/
+44
12 days
clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is captured
blasty
1
-1
/
+44
12 days
struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)
blasty
1
-3
/
+42
12 days
struct editor: C-style CRUD for local types (Ctrl+T)
blasty
1
-2
/
+184
12 days
decompiler: fall back to disassembly when decompilation fails
blasty
1
-8
/
+20
12 days
default to the pseudocode view instead of disassembly
blasty
1
-10
/
+12
12 days
names: command-palette fuzzy finder (Ctrl+N), overlay-first
blasty
1
-8
/
+151
12 days
xrefs: pre-select the site the dialog was invoked from
blasty
1
-12
/
+49
12 days
xrefs: informative labels — function+offset, and section instead of '?'
blasty
1
-1
/
+12
12 days
decompiler: xref jump lands the cursor on the reference token's column
blasty
1
-12
/
+44
12 days
decompiler: fix stale scroll frame on same-function jump
blasty
1
-7
/
+25
12 days
decompiler: xref jump within the current function moves the cursor
blasty
1
-0
/
+27
12 days
decompiler: hide the per-line /*0xEA*/ address markers (clutter)
blasty
1
-15
/
+30
12 days
comments: ';' sets a comment on the current line (disasm + pseudocode)
blasty
1
-0
/
+104
12 days
rename: refuse pseudocode goto-labels with a clear message
blasty
1
-0
/
+19
12 days
test: --stop-after for fast single-feature iteration; skip needless decompile
blasty
1
-5
/
+8
12 days
decompiler: xref-select jumps to the reference line in pseudocode
blasty
1
-2
/
+29
12 days
fix: disasm follow stepped to the next line on a call (fall-through edge)
blasty
1
-4
/
+13
12 days
fix: xref-select navigated to the wrong place (ordinary-flow contamination)
blasty
1
-2
/
+5
12 days
fix: decomp follow fails on a just-renamed symbol (stale name)
blasty
1
-0
/
+8
12 days
cap the function pane width so it doesn't dominate wide terminals
blasty
1
-4
/
+4
12 days
decompiler: line-number gutter
blasty
1
-4
/
+26
12 days
decompiler: grayed 'decompiling…' overlay during (re)decompile
blasty
1
-1
/
+13
12 days
robust scroll restore for both views (fix stale frame in real terminal)
blasty
1
-9
/
+17
12 days
fix stale top frame on jump-back; test the actual repaint
blasty
1
-1
/
+4
12 days
smoother scroll restore on jump-back; non-degenerate test
blasty
1
-3
/
+5
12 days
stop piling up idalib workers; raise max-workers headroom
blasty
1
-5
/
+6
12 days
fix input visibility (search/rename) + refresh stale names across history
blasty
1
-15
/
+9
12 days
paging: preserve the cursor's viewport-relative row (IDA-style)
blasty
1
-12
/
+25
12 days
search: land the cursor on the match's starting column
blasty
1
-0
/
+8
12 days
preserve scroll offset in jump history (both views)
blasty
1
-23
/
+56
12 days
fix: decompiler follow/xrefs of a name not listed in refs
blasty
1
-0
/
+12
12 days
rename symbol under cursor ('n') + save ('Ctrl+S')
blasty
1
-2
/
+165
12 days
sortable function list: click column headers (addr/name/size)
blasty
1
-0
/
+28
12 days
track pseudocode-view cursor position across jumps
blasty
1
-7
/
+43
12 days
preserve cursor line+column in the jump history
blasty
1
-4
/
+11
12 days
mouse: click to place cursor, double-click to follow
blasty
1
-0
/
+32
12 days
column cursor: real left/right movement + follow the ref UNDER the cursor
blasty
1
-41
/
+236
12 days
xrefs + follow-under-cursor (disasm & pseudocode)
blasty
1
-6
/
+184
12 days
function-name filter: incremental + highlight + clear
blasty
1
-28
/
+105
13 days
search UX: visible prompt + incremental (as-you-type) highlighting
blasty
1
-13
/
+90
[next]