aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (unfollow)
Commit message (Expand)AuthorFilesLines
10 daysdisasm: render opcode bytes (toggle 'o'), padded to widest insnblasty2-7/+130
10 daysdrive: make `dis` drive the live UI too (generalize _show_decomp -> _show_view)user1-7/+11
11 daysfix: don't hang drive pc on undecompilable functionsuser3-4/+55
11 daysdrive pc: render pseudocode in the TUI, not just the driveruser1-3/+32
11 daysapp: multi-line comments via literal \\n (long notes were clipping)blasty1-0/+4
11 daysdrive: add save + retype; point docs/skills at the ergonomic frontendblasty1-2/+15
11 daysdrive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty1-0/+218
11 daysapp: comment on a no-address line -> function comment (was refused)blasty1-2/+10
11 daysapp: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty2-4/+20
11 dayspane: auto-start the ida-pro-mcp supervisor if it's downblasty1-1/+77
11 daysrpc: cursor_on + word= edits, single-driver gate, colored screenblasty1-8/+83
11 dayspane: spawn/stop/list idatui TUI panes in tmux for agent-driven REblasty1-0/+243
11 daysrpc: readiness, quit, methods discovery, not-ready guardblasty1-2/+71
11 daysrpc: more verbs — structured reads, modal select, in-view search, saveblasty1-0/+106
11 daysrpc: stdlib client + CLI (idatui.rpcclient)blasty1-0/+133
11 daysrpc: semantic verbs (typed-with-delay ops + fast movement)blasty1-1/+122
11 daysrpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty3-2/+297
11 dayssync: extract shared settle/wait helpers (idatui/_sync.py)blasty1-0/+91
11 dayshex view: file offsets + 'g' goto (dedicated input)blasty2-14/+92
11 dayshex view: raw image bytes (VA-addressed), synced to the code cursorblasty2-3/+393
11 daysretype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2-1/+169
12 daysstruct editor: auto-format the definition on saveblasty1-3/+18
12 daysstruct editor: loud save errors + guard unsaved editsblasty1-8/+44
12 daysclipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty1-1/+44
12 daysstruct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty1-3/+42
12 daysstruct editor: C-style CRUD for local types (Ctrl+T)blasty3-2/+263
12 daysdecompiler: fall back to disassembly when decompilation failsblasty1-8/+20
12 daysdefault to the pseudocode view instead of disassemblyblasty1-10/+12
12 daysnames: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-8/+151
12 daysxrefs: pre-select the site the dialog was invoked fromblasty1-12/+49
12 daysxrefs: informative labels — function+offset, and section instead of '?'blasty2-1/+46
12 daysdecompiler: xref jump lands the cursor on the reference token's columnblasty1-12/+44
12 daysdecompiler: fix stale scroll frame on same-function jumpblasty1-7/+25
12 daysdecompiler: xref jump within the current function moves the cursorblasty1-0/+27
12 daysdecompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty1-15/+30
12 dayscomments: ';' sets a comment on the current line (disasm + pseudocode)blasty2-0/+111
12 daysrename: refuse pseudocode goto-labels with a clear messageblasty1-0/+19
12 daystest: --stop-after for fast single-feature iteration; skip needless decompileblasty1-5/+8
12 daysdecompiler: xref-select jumps to the reference line in pseudocodeblasty1-2/+29
12 daysfix: disasm follow stepped to the next line on a call (fall-through edge)blasty1-4/+13
12 daysfix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty1-2/+5
12 daysfix: decomp follow fails on a just-renamed symbol (stale name)blasty1-0/+8
12 dayscap the function pane width so it doesn't dominate wide terminalsblasty1-4/+4
12 daysdecompiler: line-number gutterblasty1-4/+26
12 daysdecompiler: grayed 'decompiling…' overlay during (re)decompileblasty1-1/+13
12 daysrobust scroll restore for both views (fix stale frame in real terminal)blasty1-9/+17
12 daysfix stale top frame on jump-back; test the actual repaintblasty1-1/+4
12 dayssmoother scroll restore on jump-back; non-degenerate testblasty1-3/+5
12 daysstop piling up idalib workers; raise max-workers headroomblasty1-5/+6
12 daysfix: pseudocode names not refreshing across history after renameblasty1-1/+1