aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
* drive: make `dis` drive the live UI too (generalize _show_decomp -> _show_view)user10 days1-7/+11
* fix: don't hang drive pc on undecompilable functionsuser11 days3-4/+55
* drive pc: render pseudocode in the TUI, not just the driveruser11 days1-3/+32
* app: multi-line comments via literal \\n (long notes were clipping)blasty11 days1-0/+4
* drive: add save + retype; point docs/skills at the ergonomic frontendblasty11 days1-2/+15
* drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty11 days1-0/+218
* app: comment on a no-address line -> function comment (was refused)blasty11 days1-2/+10
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty11 days2-4/+20
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty11 days1-1/+77
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty11 days1-8/+83
* pane: spawn/stop/list idatui TUI panes in tmux for agent-driven REblasty11 days1-0/+243
* rpc: readiness, quit, methods discovery, not-ready guardblasty11 days1-2/+71
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty11 days1-0/+106
* rpc: stdlib client + CLI (idatui.rpcclient)blasty11 days1-0/+133
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty11 days1-1/+122
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty11 days3-2/+297
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty11 days1-0/+91
* hex view: file offsets + 'g' goto (dedicated input)blasty11 days2-14/+92
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty11 days2-3/+393
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty11 days2-1/+169
* struct editor: auto-format the definition on saveblasty12 days1-3/+18
* struct editor: loud save errors + guard unsaved editsblasty12 days1-8/+44
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty12 days1-1/+44
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty12 days1-3/+42
* struct editor: C-style CRUD for local types (Ctrl+T)blasty12 days3-2/+263
* decompiler: fall back to disassembly when decompilation failsblasty12 days1-8/+20
* default to the pseudocode view instead of disassemblyblasty12 days1-10/+12
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty12 days1-8/+151
* xrefs: pre-select the site the dialog was invoked fromblasty12 days1-12/+49
* xrefs: informative labels — function+offset, and section instead of '?'blasty12 days2-1/+46
* decompiler: xref jump lands the cursor on the reference token's columnblasty12 days1-12/+44
* decompiler: fix stale scroll frame on same-function jumpblasty12 days1-7/+25
* decompiler: xref jump within the current function moves the cursorblasty12 days1-0/+27
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty12 days1-15/+30
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty12 days2-0/+111
* rename: refuse pseudocode goto-labels with a clear messageblasty12 days1-0/+19
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty12 days1-5/+8
* decompiler: xref-select jumps to the reference line in pseudocodeblasty12 days1-2/+29
* fix: disasm follow stepped to the next line on a call (fall-through edge)blasty12 days1-4/+13
* fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty12 days1-2/+5
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty12 days1-0/+8
* cap the function pane width so it doesn't dominate wide terminalsblasty12 days1-4/+4
* decompiler: line-number gutterblasty12 days1-4/+26
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty12 days1-1/+13
* robust scroll restore for both views (fix stale frame in real terminal)blasty12 days1-9/+17
* fix stale top frame on jump-back; test the actual repaintblasty12 days1-1/+4
* smoother scroll restore on jump-back; non-degenerate testblasty12 days1-3/+5
* stop piling up idalib workers; raise max-workers headroomblasty12 days1-5/+6
* fix: pseudocode names not refreshing across history after renameblasty12 days1-1/+1
* fix input visibility (search/rename) + refresh stale names across historyblasty12 days2-19/+33