aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blame: ignore the ruff reformat commitblasty7 days1-0/+5
* reformat: ruff format + import sort, mechanically (see ruff.toml)blasty7 days63-2869/+5824
* adopt ruff: pinned formatter + import sorting, opt-in pre-commit hookblasty7 days6-2/+128
* tests: repair the two seams the ida-nexus port left behindblasty7 days3-12/+89
* Merge PR #1 from mrexodia: Windows support and auto-refresh on eventsblasty7 days42-3645/+6770
|\
| * Switch to ida-nexusDuncan Ogilvie7 days38-244/+243
| * Adopt idb_events and remote module features from ida-codemodeDuncan Ogilvie7 days16-2982/+5833
| * Add Ctrl+R to refresh all viewsDuncan Ogilvie11 days4-2/+206
| * Add kitty graphics fallback for Windows supportDuncan Ogilvie11 days2-3/+105
* | splash: give the logo a placement id so re-anchoring replaces, not stacksblasty7 days4-6/+278
|/
* docs: be honest that the triskel fork is unpublishedblasty13 days4-18/+18
* docs: drop the triskel evaluation artifactsblasty13 days5-354/+1
* README: drop the ASCII mock and the LLM-agent sectionblasty13 days1-19/+0
* Add MIT licence and contributor guideblasty13 days3-0/+102
* Re-check the upstream findings report against 0.6.1blasty2026-08-141-36/+79
* Port to the ida-codemode 0.5.3+ public APIblasty2026-08-147-454/+154
* Fix: rebuilding the row index on every switch back to the listingblasty2026-08-102-0/+49
* Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4blasty2026-08-105-5/+244
* segment_index: the row total in one call instead of 458blasty2026-08-103-0/+143
* domain: build Head positionally, and drop a dead test from _as_intblasty2026-08-102-9/+90
* remote_tools: item class by mask instead of is_code/is_data callsblasty2026-08-101-3/+21
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty2026-08-106-21/+129
* remote_tools: delete a shadowed duplicate hiding an lru_cache landmineblasty2026-08-091-74/+4
* remote_tools: hoist the IDAPython imports to module scope (~3%)blasty2026-08-092-50/+121
* experiments: count backend round-trips per user actionblasty2026-08-091-0/+164
* PgUp/PgDn page the list overlays, not just the code viewsblasty2026-08-092-85/+200
* README: drop the Docs sectionblasty2026-08-091-15/+3
* README: cut the wall of text out of 'What's in it'blasty2026-08-091-67/+37
* Ship the idatui agent skill in-repo at .agents/skills/blasty2026-08-091-1/+17
* SPEED: replace the historical backend table with a real 0.3.1 vs 0.3.2 A/Bblasty2026-08-091-0/+103
* Docs: re-check ALL nine upstream findings against 0.3.2blasty2026-08-091-14/+49
* Docs: correct the stale --fast check counts (302/257 -> 380)blasty2026-08-092-2/+2
* Docs: mark the two upstream perf findings fixed in 0.3.2blasty2026-08-091-3/+24
* Drop the settrace workaround: ida-codemode 0.3.2 deleted the hookblasty2026-08-092-41/+125
* Graph: never hand triskel a block its root cannot reachblasty2026-08-093-58/+125
* Graph: fix the triskel fallbacks, and say why when it still falls backblasty2026-08-095-32/+181
* Graph: name the interpreter when pytriskel is missingblasty2026-08-092-2/+17
* graph_triskel: name the detour target, drop the unused swapblasty2026-08-091-8/+8
* Graph: a second layout engine, triskel's SESE decompositionblasty2026-08-0911-57/+1054
* splash: scale the logo to the pane instead of dropping itblasty2026-08-073-10/+105
* Centre modals with a rule about modals, not a list of themblasty2026-08-073-10/+63
* Ctrl+F: search the whole database, by text or by bytesblasty2026-08-0710-4/+728
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty2026-08-0712-6/+1077
* tests: gate on real signals, not sleeps (117s -> 49s)blasty2026-08-076-60/+261
* Struct editor: '/' fuzzy-filters the struct listblasty2026-08-073-10/+221
* Modal chrome: thin round borders, titles in the borderblasty2026-08-073-56/+223
* Syntax-highlight the struct editor's C definitionsblasty2026-08-074-14/+143
* demo: tighten the pacing (43s of pauses -> 19s)blasty2026-08-071-38/+38
* demo: do not re-navigate to main when the app already landed thereblasty2026-08-071-3/+11
* demo: --here, render the TUI in the terminal that ran the demoblasty2026-08-071-13/+89