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
/
server
/
patch_server.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
38 hours
Three micro-wins on the listing-row path: merge the colour-tag and operand-ta...
user
1
-4
/
+18
39 hours
Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...
user
1
-16
/
+42
39 hours
_idatui_spans: one capturing re.split over the tag pairs instead of finditer+...
user
1
-46
/
+56
39 hours
Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its...
user
1
-52
/
+63
2 days
server: a flowchart tool
blasty
1
-0
/
+62
2 days
server: tools for how a number is displayed
blasty
1
-9
/
+770
13 days
arm: find Thumb entry points from a vector table (Shift+T)
blasty
1
-19
/
+101
13 days
decomp: say WHY a function won't decompile
blasty
1
-0
/
+41
13 days
arm: offer 32-bit ARM at load, and fix `p` on carved code
blasty
1
-1
/
+60
13 days
arm: switch ARM/Thumb decoding with `t`
blasty
1
-0
/
+57
13 days
listing: syntax-highlight assembly from IDA's own token tags
blasty
1
-0
/
+125
13 days
listing: `c` disassembles until something stops it
blasty
1
-0
/
+74
14 days
projects phase 3: follow an import into the binary that implements it
blasty
1
-0
/
+35
2026-07-25
retype: 'y' now retypes globals too, not just prototypes and locals
blasty
1
-0
/
+29
2026-07-25
strings: browse every string in the binary and jump to it (IDA's Shift+F12)
blasty
1
-0
/
+69
2026-07-24
split-view phase 3: rich per-line instruction region highlight
blasty
1
-0
/
+53
2026-07-24
xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialog
blasty
1
-0
/
+79
2026-07-24
deprecate: make the idalib worker the default backend; mark mcp path for removal
blasty
1
-0
/
+4
2026-07-23
fix: follow/double-click a label lands on the label, not the function entry
blasty
1
-0
/
+19
2026-07-23
listing: code labels on their own line; search loaded portion (no wedge)
blasty
1
-0
/
+8
2026-07-23
listing: two-level indent, address on headers, drop 'near', opcode cap+cycle
blasty
1
-1
/
+1
2026-07-23
listing: IDA-style function boundary banners in the unified view
blasty
1
-1
/
+38
2026-07-23
listing: expand struct-typed globals into member rows (M4 item 3)
blasty
1
-4
/
+41
2026-07-23
app: 'a' — make string literal in the listing (M4 richness)
blasty
1
-0
/
+35
2026-07-23
perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)
blasty
1
-1
/
+6
2026-07-23
perf: read_raw tool — bulk byte reads for the hex view (5–8x)
blasty
1
-0
/
+39
2026-07-22
server: coalesce undefined byte runs in the heads walker
blasty
1
-6
/
+41
2026-07-22
app: ListingView — virtualized flat code+data listing for regions (M2)
blasty
1
-2
/
+10
2026-07-22
server+domain: heads walker + ListingModel — flat code/data listing (M1)
blasty
1
-0
/
+98
2026-07-10
hex view: file offsets + 'g' goto (dedicated input)
blasty
1
-0
/
+24
2026-07-10
retype: set variable/function types with 'y' (IDA-style), via structured tools
blasty
1
-19
/
+142
2026-07-10
server: inject a del_type tool into ida-pro-mcp (enables struct delete)
blasty
1
-0
/
+73