aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_scenarios.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty31 hours1-13/+21
* Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user42 hours1-0/+10
* diag: somewhere for swallowed errors to goblasty43 hours1-2/+7
* app: the view mode is a type, and 'disasm' is goneblasty44 hours1-3/+52
* tests: a guard that actually regresses on the resync stormblasty44 hours1-0/+27
* tests: deterministic fixtures, and a correctionblasty44 hours1-2/+16
* tests: wait for the thing, don't sleep and hopeblasty44 hours1-30/+4
* split: stop the resync loop that spun the worker foreverblasty45 hours1-6/+20
* tests: one front doorblasty46 hours1-0/+4
* help: reach the cheatsheet with H as well as F1blasty2 days1-0/+10
* graph: navigate to blocks, not to coordinatesblasty2 days1-9/+33
* graph: the minimap is clickable, and stops swallowing clicksblasty2 days1-0/+61
* tests: graph scenariosblasty2 days1-4/+261
* tests: cover the literal formatsblasty2 days1-0/+464
* status: name the open fileblasty12 days1-0/+31
* tests: run the scenario suite on a scratch copy, not the tracked targetblasty13 days1-0/+44
* app: delete DisasmView, superseded by the unified listingblasty13 days1-2/+2
* listing: syntax-highlight assembly from IDA's own token tagsblasty13 days1-1/+55
* load dialog: reachable address field, project mode, and a way back from a bad...blasty14 days1-0/+25
* loading: ask how to load an unrecognised file, like IDA doesblasty14 days1-0/+21
* nav: one notion of "which pane you're in" — delete _prefblasty14 days1-0/+17
* nav: don't stack a history entry for the place you're already standing onblasty14 days1-0/+15
* palette: match case-insensitively in BOTH directionsblasty14 days1-0/+9
* help: lay the cheatsheet out as fluid columns of cardsblasty2026-07-251-4/+9
* strings: F2 widens the strings browser to the whole projectblasty2026-07-251-2/+2
* projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty2026-07-251-8/+8
* exit: ask before quitting with unsaved database changesblasty2026-07-251-6/+36
* tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0blasty2026-07-251-8/+29
* ui: drop the footer cheatsheet; F1 opens a key reference insteadblasty2026-07-251-7/+31
* decomp: Home/End move along the line instead of scrolling to top/bottomblasty2026-07-251-0/+34
* retype: 'y' now retypes globals too, not just prototypes and localsblasty2026-07-251-1/+98
* split: propagate pure scrolls (wheel/scrollbar) to the companion paneblasty2026-07-251-0/+22
* split: keep the companion pane level with the driver's cursorblasty2026-07-251-0/+19
* strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty2026-07-251-1/+44
* split: follow the decomp across functions as the listing cursor crosses boundsblasty2026-07-251-0/+13
* split: click a pane to drive it (not just Tab) + spell it out in the statusblasty2026-07-251-0/+7
* split-view phase 4: split-aware status, min-width gate, verified navblasty2026-07-241-0/+16
* split-view phase 3: rich per-line instruction region highlightblasty2026-07-241-0/+21
* split-view phase 2: cursor sync + linked-row highlightblasty2026-07-241-0/+36
* split: guard toggle behind prompt-active; clear _split in the pilot resetblasty2026-07-241-0/+1
* split-view phase 1: side-by-side listing <-> pseudocode layoutblasty2026-07-241-2/+29
* decomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty2026-07-241-0/+10
* decomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty2026-07-241-6/+7
* palette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty2026-07-241-0/+23
* hex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty2026-07-241-12/+17
* hex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty2026-07-241-4/+5
* hex: click to place the byte cursor (hex + ascii panes)blasty2026-07-241-0/+22
* mcp: collapse app + launcher to worker-onlyblasty2026-07-241-18/+14
* tests: pass url=""/db=None to IdaTui in the worker pilot pathblasty2026-07-241-1/+1
* tests: add --worker <binary> to run the pilot suite against the idalib workerblasty2026-07-241-5/+16