| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 35 hours | 1 | -123/+86 |
| * | The page-freshness check carries the digest the client already holds (heads(e... | user | 40 hours | 1 | -20/+16 |
| * | An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis... | user | 40 hours | 1 | -5/+69 |
| * | heads(digest=True): the worker answers "does this page still render exactly a... | user | 41 hours | 1 | -51/+83 |
| * | CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show... | user | 42 hours | 1 | -11/+24 |
| * | A rename keeps the listing's walk instead of throwing it away. bump_names now... | user | 42 hours | 1 | -5/+133 |
| * | Keep a listing row's spans and operand extents exactly as they came off the w... | user | 44 hours | 1 | -11/+16 |
| * | HexView.render_line emits style RUNS instead of one Segment per byte cell (35... | user | 45 hours | 1 | -6/+11 |
| * | Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve... | user | 45 hours | 1 | -3/+32 |
| * | Two hot-path fixes found by profiling the plain-line builder: the opcode-byte... | user | 46 hours | 1 | -2/+3 |
| * | Three micro-wins on the listing-row path: merge the colour-tag and operand-ta... | user | 46 hours | 1 | -2/+8 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 46 hours | 1 | -35/+50 |
| * | diag: somewhere for swallowed errors to go | blasty | 47 hours | 1 | -1/+5 |
| * | domain: the control-flow graph, with each block's rows | blasty | 2 days | 1 | -0/+120 |
| * | domain: operand extents, and the formats behind them | blasty | 2 days | 1 | -0/+86 |
| * | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 13 days | 1 | -0/+9 |
| * | decomp: say the FIX, not the diagnosis | blasty | 13 days | 1 | -2/+8 |
| * | decomp: say WHY a function won't decompile | blasty | 13 days | 1 | -0/+14 |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 13 days | 1 | -6/+18 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 13 days | 1 | -0/+8 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 13 days | 1 | -0/+7 |
| * | listing: `c` disassembles until something stops it | blasty | 14 days | 1 | -0/+16 |
| * | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 14 days | 1 | -22/+135 |
| * | projects phase 3: follow an import into the binary that implements it | blasty | 2026-07-25 | 1 | -0/+58 |
| * | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 2026-07-25 | 1 | -0/+21 |
| * | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 2026-07-25 | 1 | -0/+45 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 2026-07-24 | 1 | -0/+22 |
| * | xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialog | blasty | 2026-07-24 | 1 | -6/+11 |
| * | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 2026-07-24 | 1 | -3/+3 |
| * | refactor: extract shared error hierarchy + Session into idatui/errors.py | blasty | 2026-07-24 | 1 | -2/+5 |
| * | fix: follow/double-click a label lands on the label, not the function entry | blasty | 2026-07-23 | 1 | -2/+14 |
| * | listing: code labels on their own line; search loaded portion (no wedge) | blasty | 2026-07-23 | 1 | -3/+4 |
| * | listing: IDA-style function boundary banners in the unified view | blasty | 2026-07-23 | 1 | -2/+6 |
| * | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 2026-07-23 | 1 | -3/+23 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 2026-07-23 | 1 | -6/+44 |
| * | unify: back the function disasm view on the heads listing walker (M4 item 4) | blasty | 2026-07-23 | 1 | -7/+20 |
| * | perf: stream the listing incrementally instead of load_all on open (M4) | blasty | 2026-07-23 | 1 | -0/+11 |
| * | app: 'a' — make string literal in the listing (M4 richness) | blasty | 2026-07-23 | 1 | -0/+10 |
| * | perf: derive segment map from file_regions, not survey_binary (hex open ~3400x) | blasty | 2026-07-23 | 1 | -24/+41 |
| * | fix: crash on an unnamed function (None name) in the symbol palette | blasty | 2026-07-23 | 1 | -1/+8 |
| * | perf: read_raw tool — bulk byte reads for the hex view (5–8x) | blasty | 2026-07-23 | 1 | -2/+23 |
| * | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 2026-07-22 | 1 | -0/+11 |
| * | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 2026-07-22 | 1 | -1/+165 |
| * | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 2026-07-22 | 1 | -0/+62 |
| * | pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp... | user | 2026-07-12 | 1 | -1/+25 |
| * | disasm: render opcode bytes (toggle 'o'), padded to widest insn | blasty | 2026-07-11 | 1 | -3/+75 |
| * | 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 |