aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty3 days1-0/+18
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty3 days1-1/+11
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty3 days1-0/+27
* listing: expand struct-typed globals into member rows (M4 item 3)blasty4 days1-0/+48
* app: 'a' — make string literal in the listing (M4 richness)blasty4 days1-0/+49
* app: listing 'n' names the address (can name a bare/undefined byte)blasty4 days1-0/+63
* app: on startup, land on main() (else pop the symbol picker)blasty4 days1-3/+36
* app: 'd' — define typed data in the listing (make_data, M3)blasty4 days1-0/+41
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty4 days1-15/+81
* server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty4 days1-0/+36
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty4 days1-0/+50
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-4/+12
* drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty2026-07-101-0/+10
* app: comment on a no-address line -> function comment (was refused)blasty2026-07-101-0/+32
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty2026-07-101-0/+14
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty2026-07-101-0/+87
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty2026-07-101-5/+26
* rpc: readiness, quit, methods discovery, not-ready guardblasty2026-07-101-2/+23
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty2026-07-101-0/+56
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty2026-07-101-2/+43
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty2026-07-101-0/+121
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-101-7/+2
* 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: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-101-2/+28
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-101-3/+37
* struct editor: auto-format the definition on saveblasty2026-07-101-0/+5
* struct editor: loud save errors + guard unsaved editsblasty2026-07-101-0/+22
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty2026-07-101-0/+17
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty2026-07-101-5/+13
* struct editor: C-style CRUD for local types (Ctrl+T)blasty2026-07-101-2/+61
* decompiler: fall back to disassembly when decompilation failsblasty2026-07-091-4/+31
* default to the pseudocode view instead of disassemblyblasty2026-07-091-8/+26
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty2026-07-091-1/+40
* xrefs: pre-select the site the dialog was invoked fromblasty2026-07-091-0/+45
* xrefs: informative labels — function+offset, and section instead of '?'blasty2026-07-091-0/+43
* decompiler: xref jump lands the cursor on the reference token's columnblasty2026-07-091-0/+13
* decompiler: xref jump within the current function moves the cursorblasty2026-07-091-0/+19
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty2026-07-091-4/+7
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty2026-07-091-0/+29
* rename: refuse pseudocode goto-labels with a clear messageblasty2026-07-091-0/+37
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty2026-07-091-1/+22
* decompiler: xref-select jumps to the reference line in pseudocodeblasty2026-07-091-64/+95
* test: fix stale row/function reuse across filter + xref-select blocksblasty2026-07-091-0/+13
* fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty2026-07-091-0/+35
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty2026-07-091-0/+19
* cap the function pane width so it doesn't dominate wide terminalsblasty2026-07-091-0/+3
* decompiler: line-number gutterblasty2026-07-091-0/+7
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty2026-07-091-0/+19
* fix stale top frame on jump-back; test the actual repaintblasty2026-07-091-0/+13