aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty2026-07-103-0/+174
* docs: RPC protocol reference (docs/RPC.md)blasty2026-07-101-0/+98
* rpc: stdlib client + CLI (idatui.rpcclient)blasty2026-07-101-0/+133
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty2026-07-102-3/+165
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty2026-07-104-2/+418
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-102-7/+93
* tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty2026-07-101-1236/+0
* tests: isolated scenario suite (parity with the monolith, fast --only)blasty2026-07-101-0/+1272
* hex view: file offsets + 'g' goto (dedicated input)blasty2026-07-103-14/+116
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-103-5/+421
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-104-23/+348
* struct editor: auto-format the definition on saveblasty2026-07-102-3/+23
* struct editor: loud save errors + guard unsaved editsblasty2026-07-102-8/+66
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty2026-07-102-1/+61
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty2026-07-102-8/+55
* server: inject a del_type tool into ida-pro-mcp (enables struct delete)blasty2026-07-102-0/+80
* struct editor: C-style CRUD for local types (Ctrl+T)blasty2026-07-104-4/+324
* decompiler: fall back to disassembly when decompilation failsblasty2026-07-092-12/+51
* default to the pseudocode view instead of disassemblyblasty2026-07-092-18/+38
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty2026-07-093-9/+198
* xrefs: pre-select the site the dialog was invoked fromblasty2026-07-092-12/+94
* xrefs: informative labels — function+offset, and section instead of '?'blasty2026-07-093-1/+89
* decompiler: xref jump lands the cursor on the reference token's columnblasty2026-07-092-12/+57
* decompiler: fix stale scroll frame on same-function jumpblasty2026-07-092-8/+36
* decompiler: xref jump within the current function moves the cursorblasty2026-07-092-0/+46
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty2026-07-092-19/+37
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty2026-07-093-0/+140
* rename: refuse pseudocode goto-labels with a clear messageblasty2026-07-092-0/+56
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty2026-07-092-6/+30
* decompiler: xref-select jumps to the reference line in pseudocodeblasty2026-07-092-66/+124
* test: fix stale row/function reuse across filter + xref-select blocksblasty2026-07-091-0/+13
* fix: disasm follow stepped to the next line on a call (fall-through edge)blasty2026-07-091-4/+13
* fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty2026-07-092-2/+40
* docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchasblasty2026-07-091-0/+65
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty2026-07-092-0/+27
* cap the function pane width so it doesn't dominate wide terminalsblasty2026-07-092-4/+7
* decompiler: line-number gutterblasty2026-07-092-4/+33
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty2026-07-092-1/+32
* robust scroll restore for both views (fix stale frame in real terminal)blasty2026-07-091-9/+17
* fix stale top frame on jump-back; test the actual repaintblasty2026-07-092-1/+17
* smoother scroll restore on jump-back; non-degenerate testblasty2026-07-092-7/+20
* stop piling up idalib workers; raise max-workers headroomblasty2026-07-093-9/+29
* fix: pseudocode names not refreshing across history after renameblasty2026-07-092-2/+14
* fix input visibility (search/rename) + refresh stale names across historyblasty2026-07-094-21/+106
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty2026-07-092-12/+46
* search: land the cursor on the match's starting columnblasty2026-07-092-0/+11
* preserve scroll offset in jump history (both views)blasty2026-07-093-23/+91
* fix: decompiler follow/xrefs of a name not listed in refsblasty2026-07-092-0/+34
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty2026-07-093-2/+218
* sortable function list: click column headers (addr/name/size)blasty2026-07-092-0/+49