aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port to the ida-codemode 0.5.3+ public APIblasty2026-08-141-6/+56
* Fix: rebuilding the row index on every switch back to the listingblasty2026-08-101-0/+42
* Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4blasty2026-08-101-0/+32
* segment_index: the row total in one call instead of 458blasty2026-08-101-0/+48
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty2026-08-101-0/+57
* PgUp/PgDn page the list overlays, not just the code viewsblasty2026-08-091-0/+107
* Graph: never hand triskel a block its root cannot reachblasty2026-08-091-1/+29
* Graph: fix the triskel fallbacks, and say why when it still falls backblasty2026-08-091-2/+36
* Graph: a second layout engine, triskel's SESE decompositionblasty2026-08-092-20/+100
* splash: scale the logo to the pane instead of dropping itblasty2026-08-071-0/+59
* Centre modals with a rule about modals, not a list of themblasty2026-08-071-0/+45
* Ctrl+F: search the whole database, by text or by bytesblasty2026-08-072-2/+187
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty2026-08-072-0/+276
* tests: gate on real signals, not sleeps (117s -> 49s)blasty2026-08-076-60/+261
* Struct editor: '/' fuzzy-filters the struct listblasty2026-08-071-0/+78
* Syntax-highlight the struct editor's C definitionsblasty2026-08-071-0/+13
* tests: trace_ui followed a signal that was not one (and it really did fail)blasty2026-08-071-2/+10
* tests: thumb_ui 5m13s (crashing) -> 8.5sblasty2026-08-071-37/+58
* tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty2026-08-072-26/+113
* codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty2026-08-071-1/+23
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty2026-08-078-587/+233
* CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...blasty2026-08-071-5/+24
* Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...blasty2026-08-071-0/+10
* diag: somewhere for swallowed errors to goblasty2026-08-072-2/+181
* launch: the sweep could delete the file it was asked to openblasty2026-08-071-0/+173
* worker_client: tests, and stop resurrecting a closed workerblasty2026-08-071-0/+447
* app: the view mode is a type, and 'disasm' is goneblasty2026-08-071-3/+52
* tests: a guard that actually regresses on the resync stormblasty2026-08-061-0/+27
* tests: deterministic fixtures, and a correctionblasty2026-08-061-2/+16
* tests: wait for the thing, don't sleep and hopeblasty2026-08-064-46/+140
* split: stop the resync loop that spun the worker foreverblasty2026-08-061-6/+20
* tests: one front doorblasty2026-08-0615-0/+306
* help: reach the cheatsheet with H as well as F1blasty2026-08-061-0/+10
* graph: navigate to blocks, not to coordinatesblasty2026-08-061-9/+33
* graph: the minimap is clickable, and stops swallowing clicksblasty2026-08-061-0/+61
* tests: graph scenariosblasty2026-08-061-4/+261
* graph: a layered CFG layout engineblasty2026-08-061-0/+234
* tests: cover the literal formatsblasty2026-08-062-0/+509
* pane: drive panes under zellij as well as tmuxblasty2026-08-062-7/+7
* rpc: rename_many drops the Hex-Rays cache tooblasty2026-08-011-0/+17
* rpc: make a raw firmware image drivable (load options, define, bulk symbols)blasty2026-08-011-0/+169
* tests: trace integration over the RPC socket (45 checks)blasty2026-08-011-0/+369
* trace: a stale navigation no longer drags the view backblasty2026-07-301-0/+21
* trace: seek verbs — next/previous execution, and who set this registerblasty2026-07-291-2/+82
* trace: memory at time T — stack in the dock, live bytes in hexblasty2026-07-293-2/+98
* trace: stop the decompiler thrashing during a step (and correct the record)blasty2026-07-281-0/+21
* trace: a step in split view moves the listing cursor to the pcblasty2026-07-281-0/+23
* trace: stepping stays in the view you're readingblasty2026-07-281-0/+14
* status: name the open fileblasty2026-07-271-0/+31
* trace: paint the execution trail — including on the decompilerblasty2026-07-271-1/+55