aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty24 hours1-0/+57
* PgUp/PgDn page the list overlays, not just the code viewsblasty25 hours1-0/+107
* Graph: never hand triskel a block its root cannot reachidatui34 hours1-1/+29
* Graph: fix the triskel fallbacks, and say why when it still falls backidatui34 hours1-2/+36
* Graph: a second layout engine, triskel's SESE decompositionuser35 hours2-20/+100
* splash: scale the logo to the pane instead of dropping itblasty3 days1-0/+59
* Centre modals with a rule about modals, not a list of themblasty3 days1-0/+45
* Ctrl+F: search the whole database, by text or by bytesblasty3 days2-2/+187
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty3 days2-0/+276
* tests: gate on real signals, not sleeps (117s -> 49s)blasty3 days6-60/+261
* Struct editor: '/' fuzzy-filters the struct listblasty3 days1-0/+78
* Syntax-highlight the struct editor's C definitionsblasty3 days1-0/+13
* tests: trace_ui followed a signal that was not one (and it really did fail)blasty3 days1-2/+10
* tests: thumb_ui 5m13s (crashing) -> 8.5sblasty3 days1-37/+58
* tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty3 days2-26/+113
* codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty3 days1-1/+23
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty3 days8-587/+233
* CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...user4 days1-5/+24
* Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user4 days1-0/+10
* diag: somewhere for swallowed errors to goblasty4 days2-2/+181
* launch: the sweep could delete the file it was asked to openblasty4 days1-0/+173
* worker_client: tests, and stop resurrecting a closed workerblasty4 days1-0/+447
* app: the view mode is a type, and 'disasm' is goneblasty4 days1-3/+52
* tests: a guard that actually regresses on the resync stormblasty4 days1-0/+27
* tests: deterministic fixtures, and a correctionblasty4 days1-2/+16
* tests: wait for the thing, don't sleep and hopeblasty4 days4-46/+140
* split: stop the resync loop that spun the worker foreverblasty4 days1-6/+20
* tests: one front doorblasty4 days15-0/+306
* help: reach the cheatsheet with H as well as F1blasty4 days1-0/+10
* graph: navigate to blocks, not to coordinatesblasty4 days1-9/+33
* graph: the minimap is clickable, and stops swallowing clicksblasty4 days1-0/+61
* tests: graph scenariosblasty4 days1-4/+261
* graph: a layered CFG layout engineblasty4 days1-0/+234
* tests: cover the literal formatsblasty4 days2-0/+509
* pane: drive panes under zellij as well as tmuxblasty4 days2-7/+7
* rpc: rename_many drops the Hex-Rays cache toouser9 days1-0/+17
* rpc: make a raw firmware image drivable (load options, define, bulk symbols)user9 days1-0/+169
* tests: trace integration over the RPC socket (45 checks)user9 days1-0/+369
* trace: a stale navigation no longer drags the view backblasty11 days1-0/+21
* trace: seek verbs — next/previous execution, and who set this registerblasty12 days1-2/+82
* trace: memory at time T — stack in the dock, live bytes in hexblasty12 days3-2/+98
* trace: stop the decompiler thrashing during a step (and correct the record)blasty13 days1-0/+21
* trace: a step in split view moves the listing cursor to the pcblasty13 days1-0/+23
* trace: stepping stays in the view you're readingblasty13 days1-0/+14
* status: name the open fileblasty2026-07-271-0/+31
* trace: paint the execution trail — including on the decompilerblasty2026-07-271-1/+55
* trace: docked registers + timeline, and stepping through timeblasty2026-07-271-0/+148
* trace: read Tenet execution traces (model layer)blasty2026-07-272-0/+330
* tests: run the scenario suite on a scratch copy, not the tracked targetblasty2026-07-261-0/+44
* arm: find Thumb entry points from a vector table (Shift+T)blasty2026-07-261-0/+47