| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix: Tab back from a decomp jump returns to the listing cleanly | blasty | 3 days | 1 | -2/+11 |
| * | nav: jumping from the decompiler stays in the decompiler | blasty | 3 days | 1 | -8/+61 |
| * | listing: on-screen jumps just move the cursor, don't re-scroll | blasty | 3 days | 1 | -4/+10 |
| * | listing: keep a few lines of context above a jump target | blasty | 3 days | 1 | -0/+6 |
| * | fix: follow/double-click a label lands on the label, not the function entry | blasty | 3 days | 1 | -2/+14 |
| * | fix: don't let a late navigation steal focus from an open prompt | blasty | 3 days | 1 | -3/+23 |
| * | listing: restore full-segment search load (find every match) | blasty | 3 days | 1 | -5/+29 |
| * | views: highlight all occurrences of the token under the cursor | blasty | 3 days | 1 | -1/+51 |
| * | listing: code labels on their own line; search loaded portion (no wedge) | blasty | 3 days | 2 | -19/+16 |
| * | listing: two-level indent, address on headers, drop 'near', opcode cap+cycle | blasty | 4 days | 1 | -23/+49 |
| * | listing: IDA-style function boundary banners in the unified view | blasty | 4 days | 2 | -2/+14 |
| * | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 4 days | 3 | -146/+127 |
| * | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 4 days | 1 | -9/+58 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 4 days | 2 | -8/+85 |
| * | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 4 days | 1 | -0/+38 |
| * | unify: back the function disasm view on the heads listing walker (M4 item 4) | blasty | 4 days | 1 | -7/+20 |
| * | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 4 days | 1 | -1/+5 |
| * | perf: stream the listing incrementally instead of load_all on open (M4) | blasty | 4 days | 2 | -5/+60 |
| * | app: 'a' — make string literal in the listing (M4 richness) | blasty | 4 days | 2 | -1/+18 |
| * | perf: derive segment map from file_regions, not survey_binary (hex open ~3400x) | blasty | 4 days | 1 | -24/+41 |
| * | app: listing 'n' names the address (can name a bare/undefined byte) | blasty | 4 days | 1 | -0/+60 |
| * | app: on startup, land on main() (else pop the symbol picker) | blasty | 4 days | 1 | -0/+34 |
| * | fix: crash on an unnamed function (None name) in the symbol palette | blasty | 4 days | 2 | -1/+10 |
| * | perf: read_raw tool — bulk byte reads for the hex view (5–8x) | blasty | 4 days | 1 | -2/+23 |
| * | launch: `ida-tui foo.elf` one-shot wrapper (server + locks + session) | blasty | 4 days | 1 | -0/+234 |
| * | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 4 days | 2 | -0/+97 |
| * | app: ListingView — virtualized flat code+data listing for regions (M2) | blasty | 4 days | 2 | -15/+276 |
| * | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 4 days | 1 | -1/+165 |
| * | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 4 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 |