| Commit message (Expand) | Author | Files | Lines |
| 18 hours | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 1 | -0/+9 |
| 18 hours | decomp: say the FIX, not the diagnosis | blasty | 1 | -2/+8 |
| 23 hours | decomp: say WHY a function won't decompile | blasty | 1 | -0/+14 |
| 24 hours | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 1 | -6/+18 |
| 24 hours | arm: switch ARM/Thumb decoding with `t` | blasty | 1 | -0/+8 |
| 26 hours | listing: syntax-highlight assembly from IDA's own token tags | blasty | 1 | -0/+7 |
| 29 hours | listing: `c` disassembles until something stops it | blasty | 1 | -0/+16 |
| 30 hours | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 1 | -22/+135 |
| 40 hours | projects phase 3: follow an import into the binary that implements it | blasty | 1 | -0/+58 |
| 2 days | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 1 | -0/+21 |
| 3 days | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 1 | -0/+45 |
| 3 days | split-view phase 3: rich per-line instruction region highlight | blasty | 1 | -0/+22 |
| 3 days | xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialog | blasty | 1 | -6/+11 |
| 3 days | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 1 | -3/+3 |
| 3 days | refactor: extract shared error hierarchy + Session into idatui/errors.py | blasty | 1 | -2/+5 |
| 4 days | fix: follow/double-click a label lands on the label, not the function entry | blasty | 1 | -2/+14 |
| 4 days | listing: code labels on their own line; search loaded portion (no wedge) | blasty | 1 | -3/+4 |
| 4 days | listing: IDA-style function boundary banners in the unified view | blasty | 1 | -2/+6 |
| 4 days | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 1 | -3/+23 |
| 4 days | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 1 | -6/+44 |
| 5 days | unify: back the function disasm view on the heads listing walker (M4 item 4) | blasty | 1 | -7/+20 |
| 5 days | perf: stream the listing incrementally instead of load_all on open (M4) | blasty | 1 | -0/+11 |
| 5 days | app: 'a' — make string literal in the listing (M4 richness) | blasty | 1 | -0/+10 |
| 5 days | perf: derive segment map from file_regions, not survey_binary (hex open ~3400x) | blasty | 1 | -24/+41 |
| 5 days | fix: crash on an unnamed function (None name) in the symbol palette | blasty | 1 | -1/+8 |
| 5 days | perf: read_raw tool — bulk byte reads for the hex view (5–8x) | blasty | 1 | -2/+23 |
| 5 days | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 1 | -0/+11 |
| 5 days | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 1 | -1/+165 |
| 5 days | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 1 | -0/+62 |
| 2026-07-12 | pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp... | user | 1 | -1/+25 |
| 2026-07-11 | disasm: render opcode bytes (toggle 'o'), padded to widest insn | blasty | 1 | -3/+75 |
| 2026-07-11 | fix: don't hang drive pc on undecompilable functions | user | 1 | -1/+16 |
| 2026-07-10 | hex view: file offsets + 'g' goto (dedicated input) | blasty | 1 | -0/+31 |
| 2026-07-10 | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 1 | -0/+119 |
| 2026-07-10 | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 1 | -0/+51 |
| 2026-07-10 | struct editor: C-style CRUD for local types (Ctrl+T) | blasty | 1 | -0/+77 |
| 2026-07-09 | xrefs: informative labels — function+offset, and section instead of '?' | blasty | 1 | -0/+34 |
| 2026-07-09 | comments: ';' sets a comment on the current line (disasm + pseudocode) | blasty | 1 | -0/+7 |
| 2026-07-09 | fix: pseudocode names not refreshing across history after rename | blasty | 1 | -1/+1 |
| 2026-07-09 | fix input visibility (search/rename) + refresh stale names across history | blasty | 1 | -4/+24 |
| 2026-07-09 | rename symbol under cursor ('n') + save ('Ctrl+S') | blasty | 1 | -0/+13 |
| 2026-07-09 | xrefs + follow-under-cursor (disasm & pseudocode) | blasty | 1 | -0/+81 |
| 2026-07-09 | function-name filter: incremental + highlight + clear | blasty | 1 | -0/+4 |
| 2026-07-09 | decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies | blasty | 1 | -5/+32 |
| 2026-07-09 | Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone | blasty | 1 | -0/+34 |
| 2026-07-09 | domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve | blasty | 1 | -0/+384 |