aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysstrings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-1/+44
6 dayssplit: follow the decomp across functions as the listing cursor crosses boundsblasty1-0/+13
6 dayssplit: click a pane to drive it (not just Tab) + spell it out in the statusblasty1-0/+7
6 dayssplit-view phase 4: split-aware status, min-width gate, verified navblasty1-0/+16
6 dayssplit-view phase 3: rich per-line instruction region highlightblasty1-0/+21
6 dayssplit-view phase 2: cursor sync + linked-row highlightblasty1-0/+36
6 dayssplit: guard toggle behind prompt-active; clear _split in the pilot resetblasty1-0/+1
6 dayssplit-view phase 1: side-by-side listing <-> pseudocode layoutblasty1-2/+29
6 daysdecomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty1-0/+10
6 daysdecomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty1-6/+7
6 dayspalette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty1-0/+23
7 dayshex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty1-12/+17
7 dayshex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty1-4/+5
7 dayshex: click to place the byte cursor (hex + ascii panes)blasty1-0/+22
7 daysmcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty8-1305/+0
7 daysmcp: collapse app + launcher to worker-onlyblasty1-18/+14
7 daystests: pass url=""/db=None to IdaTui in the worker pilot pathblasty1-1/+1
7 daystests: add --worker <binary> to run the pilot suite against the idalib workerblasty1-5/+16
7 daysfix: don't let a late navigation steal focus from an open promptblasty1-1/+5
7 dayslisting: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty1-3/+3
7 dayslisting: IDA-style function boundary banners in the unified viewblasty1-0/+25
7 daysunify: the continuous listing is the one code view; deprecate DisasmViewblasty1-140/+100
8 dayslisting: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty1-0/+18
8 dayslisting: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty1-1/+11
8 daysapp: 'L' opens the continuous segment listing (functions+data interleaved)blasty1-0/+27
8 dayslisting: expand struct-typed globals into member rows (M4 item 3)blasty1-0/+48
8 daysapp: 'a' — make string literal in the listing (M4 richness)blasty1-0/+49
8 daysapp: listing 'n' names the address (can name a bare/undefined byte)blasty1-0/+63
8 daysapp: on startup, land on main() (else pop the symbol picker)blasty1-3/+36
8 daysapp: 'd' — define typed data in the listing (make_data, M3)blasty1-0/+41
8 daysapp: ListingView — virtualized flat code+data listing for regions (M2)blasty1-15/+81
8 daysserver+domain: heads walker + ListingModel — flat code/data listing (M1)blasty1-0/+36
8 daysapp: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty1-0/+50
2026-07-10app: multi-line comments via literal \\n (long notes were clipping)blasty1-4/+12
2026-07-10drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty1-0/+10
2026-07-10app: comment on a no-address line -> function comment (was refused)blasty1-0/+32
2026-07-10app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty1-0/+14
2026-07-10pane: auto-start the ida-pro-mcp supervisor if it's downblasty1-0/+87
2026-07-10rpc: cursor_on + word= edits, single-driver gate, colored screenblasty1-5/+26
2026-07-10rpc: readiness, quit, methods discovery, not-ready guardblasty1-2/+23
2026-07-10rpc: more verbs — structured reads, modal select, in-view search, saveblasty1-0/+56
2026-07-10rpc: semantic verbs (typed-with-delay ops + fast movement)blasty1-2/+43
2026-07-10rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty1-0/+121
2026-07-10sync: extract shared settle/wait helpers (idatui/_sync.py)blasty1-7/+2
2026-07-10tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty1-1236/+0
2026-07-10tests: isolated scenario suite (parity with the monolith, fast --only)blasty1-0/+1272
2026-07-10hex view: raw image bytes (VA-addressed), synced to the code cursorblasty1-2/+28
2026-07-10retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-3/+37
2026-07-10struct editor: auto-format the definition on saveblasty1-0/+5
2026-07-10struct editor: loud save errors + guard unsaved editsblasty1-0/+22