aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TODO: opcodes in disas view doneHEADmainblasty10 days1-1/+1
* disasm: render opcode bytes (toggle 'o'), padded to widest insnblasty10 days8-10/+253
* docs: add READMEblasty10 days1-0/+97
* spawn.sh: run location-independent + env-configurable host/port/targetuser10 days1-3/+15
* 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 functionsuser10 days3-4/+55
* drive pc: render pseudocode in the TUI, not just the driveruser11 days1-3/+32
* docs: blueprint for generalizing the TUI-driving layer (e.g. gdb)blasty11 days1-0/+355
* app: multi-line comments via literal \\n (long notes were clipping)blasty11 days3-5/+17
* drive: add save + retype; point docs/skills at the ergonomic frontendblasty11 days2-4/+24
* drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty11 days2-0/+228
* app: comment on a no-address line -> function comment (was refused)blasty11 days2-2/+42
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty11 days4-5/+35
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty11 days2-1/+164
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty11 days3-17/+118
* pane: spawn/stop/list idatui TUI panes in tmux for agent-driven REblasty11 days1-0/+243
* rpc: readiness, quit, methods discovery, not-ready guardblasty11 days2-4/+94
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty11 days3-0/+174
* docs: RPC protocol reference (docs/RPC.md)blasty11 days1-0/+98
* rpc: stdlib client + CLI (idatui.rpcclient)blasty11 days1-0/+133
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty11 days2-3/+165
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty11 days4-2/+418
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty11 days2-7/+93
* tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty11 days1-1236/+0
* tests: isolated scenario suite (parity with the monolith, fast --only)blasty11 days1-0/+1272
* hex view: file offsets + 'g' goto (dedicated input)blasty11 days3-14/+116
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty11 days3-5/+421
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty11 days4-23/+348
* struct editor: auto-format the definition on saveblasty11 days2-3/+23
* struct editor: loud save errors + guard unsaved editsblasty11 days2-8/+66
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty11 days2-1/+61
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty11 days2-8/+55
* server: inject a del_type tool into ida-pro-mcp (enables struct delete)blasty11 days2-0/+80
* struct editor: C-style CRUD for local types (Ctrl+T)blasty12 days4-4/+324
* decompiler: fall back to disassembly when decompilation failsblasty12 days2-12/+51
* default to the pseudocode view instead of disassemblyblasty12 days2-18/+38
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty12 days3-9/+198
* xrefs: pre-select the site the dialog was invoked fromblasty12 days2-12/+94
* xrefs: informative labels — function+offset, and section instead of '?'blasty12 days3-1/+89
* decompiler: xref jump lands the cursor on the reference token's columnblasty12 days2-12/+57
* decompiler: fix stale scroll frame on same-function jumpblasty12 days2-8/+36
* decompiler: xref jump within the current function moves the cursorblasty12 days2-0/+46
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty12 days2-19/+37
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty12 days3-0/+140
* rename: refuse pseudocode goto-labels with a clear messageblasty12 days2-0/+56
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty12 days2-6/+30
* decompiler: xref-select jumps to the reference line in pseudocodeblasty12 days2-66/+124
* test: fix stale row/function reuse across filter + xref-select blocksblasty12 days1-0/+13
* 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 days2-2/+40