| Commit message (Expand) | Author | Age | Files | Lines |
| * | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 12 days | 1 | -9/+58 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 12 days | 2 | -8/+85 |
| * | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 12 days | 1 | -0/+38 |
| * | unify: back the function disasm view on the heads listing walker (M4 item 4) | blasty | 13 days | 1 | -7/+20 |
| * | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 13 days | 1 | -1/+5 |
| * | perf: stream the listing incrementally instead of load_all on open (M4) | blasty | 13 days | 2 | -5/+60 |
| * | app: 'a' — make string literal in the listing (M4 richness) | blasty | 13 days | 2 | -1/+18 |
| * | perf: derive segment map from file_regions, not survey_binary (hex open ~3400x) | blasty | 13 days | 1 | -24/+41 |
| * | app: listing 'n' names the address (can name a bare/undefined byte) | blasty | 13 days | 1 | -0/+60 |
| * | app: on startup, land on main() (else pop the symbol picker) | blasty | 13 days | 1 | -0/+34 |
| * | fix: crash on an unnamed function (None name) in the symbol palette | blasty | 13 days | 2 | -1/+10 |
| * | perf: read_raw tool — bulk byte reads for the hex view (5–8x) | blasty | 13 days | 1 | -2/+23 |
| * | launch: `ida-tui foo.elf` one-shot wrapper (server + locks + session) | blasty | 13 days | 1 | -0/+234 |
| * | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 13 days | 2 | -0/+97 |
| * | app: ListingView — virtualized flat code+data listing for regions (M2) | blasty | 13 days | 2 | -15/+276 |
| * | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 13 days | 1 | -1/+165 |
| * | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 13 days | 2 | -4/+143 |
| * | pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp... | user | 2026-07-12 | 3 | -6/+143 |
| * | disasm: render opcode bytes (toggle 'o'), padded to widest insn | blasty | 2026-07-11 | 2 | -7/+130 |
| * | drive: make `dis` drive the live UI too (generalize _show_decomp -> _show_view) | user | 2026-07-11 | 1 | -7/+11 |
| * | fix: don't hang drive pc on undecompilable functions | user | 2026-07-11 | 3 | -4/+55 |
| * | drive pc: render pseudocode in the TUI, not just the driver | user | 2026-07-11 | 1 | -3/+32 |
| * | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 2026-07-10 | 1 | -0/+4 |
| * | drive: add save + retype; point docs/skills at the ergonomic frontend | blasty | 2026-07-10 | 1 | -2/+15 |
| * | drive: ergonomic RE helper over the RPC socket (terse text, auto socket) | blasty | 2026-07-10 | 1 | -0/+218 |
| * | app: comment on a no-address line -> function comment (was refused) | blasty | 2026-07-10 | 1 | -2/+10 |
| * | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 2026-07-10 | 2 | -4/+20 |
| * | pane: auto-start the ida-pro-mcp supervisor if it's down | blasty | 2026-07-10 | 1 | -1/+77 |
| * | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 2026-07-10 | 1 | -8/+83 |
| * | pane: spawn/stop/list idatui TUI panes in tmux for agent-driven RE | blasty | 2026-07-10 | 1 | -0/+243 |
| * | rpc: readiness, quit, methods discovery, not-ready guard | blasty | 2026-07-10 | 1 | -2/+71 |
| * | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 2026-07-10 | 1 | -0/+106 |
| * | rpc: stdlib client + CLI (idatui.rpcclient) | blasty | 2026-07-10 | 1 | -0/+133 |
| * | rpc: semantic verbs (typed-with-delay ops + fast movement) | blasty | 2026-07-10 | 1 | -1/+122 |
| * | rpc: unix-socket puppeteering server (raw keys + introspection + screen) | blasty | 2026-07-10 | 3 | -2/+297 |
| * | sync: extract shared settle/wait helpers (idatui/_sync.py) | blasty | 2026-07-10 | 1 | -0/+91 |
| * | hex view: file offsets + 'g' goto (dedicated input) | blasty | 2026-07-10 | 2 | -14/+92 |
| * | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 2026-07-10 | 2 | -3/+393 |
| * | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 2026-07-10 | 2 | -1/+169 |
| * | struct editor: auto-format the definition on save | blasty | 2026-07-10 | 1 | -3/+18 |
| * | struct editor: loud save errors + guard unsaved edits | blasty | 2026-07-10 | 1 | -8/+44 |
| * | clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is captured | blasty | 2026-07-10 | 1 | -1/+44 |
| * | struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen) | blasty | 2026-07-10 | 1 | -3/+42 |
| * | struct editor: C-style CRUD for local types (Ctrl+T) | blasty | 2026-07-10 | 3 | -2/+263 |
| * | decompiler: fall back to disassembly when decompilation fails | blasty | 2026-07-09 | 1 | -8/+20 |
| * | default to the pseudocode view instead of disassembly | blasty | 2026-07-09 | 1 | -10/+12 |
| * | names: command-palette fuzzy finder (Ctrl+N), overlay-first | blasty | 2026-07-09 | 1 | -8/+151 |
| * | xrefs: pre-select the site the dialog was invoked from | blasty | 2026-07-09 | 1 | -12/+49 |
| * | xrefs: informative labels — function+offset, and section instead of '?' | blasty | 2026-07-09 | 2 | -1/+46 |
| * | decompiler: xref jump lands the cursor on the reference token's column | blasty | 2026-07-09 | 1 | -12/+44 |