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
/
domain.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: don't hang drive pc on undecompilable functions
user
2026-07-11
1
-1
/
+16
*
hex view: file offsets + 'g' goto (dedicated input)
blasty
2026-07-10
1
-0
/
+31
*
hex view: raw image bytes (VA-addressed), synced to the code cursor
blasty
2026-07-10
1
-0
/
+119
*
retype: set variable/function types with 'y' (IDA-style), via structured tools
blasty
2026-07-10
1
-0
/
+51
*
struct editor: C-style CRUD for local types (Ctrl+T)
blasty
2026-07-10
1
-0
/
+77
*
xrefs: informative labels — function+offset, and section instead of '?'
blasty
2026-07-09
1
-0
/
+34
*
comments: ';' sets a comment on the current line (disasm + pseudocode)
blasty
2026-07-09
1
-0
/
+7
*
fix: pseudocode names not refreshing across history after rename
blasty
2026-07-09
1
-1
/
+1
*
fix input visibility (search/rename) + refresh stale names across history
blasty
2026-07-09
1
-4
/
+24
*
rename symbol under cursor ('n') + save ('Ctrl+S')
blasty
2026-07-09
1
-0
/
+13
*
xrefs + follow-under-cursor (disasm & pseudocode)
blasty
2026-07-09
1
-0
/
+81
*
function-name filter: incremental + highlight + clear
blasty
2026-07-09
1
-0
/
+4
*
decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies
blasty
2026-07-09
1
-5
/
+32
*
Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone
blasty
2026-07-09
1
-0
/
+34
*
domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve
blasty
2026-07-09
1
-0
/
+384