| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests: repair the two seams the ida-nexus port left behind | blasty | 7 days | 1 | -2/+17 |
| * | Merge PR #1 from mrexodia: Windows support and auto-refresh on events | blasty | 7 days | 14 | -2078/+3675 |
| |\ |
|
| | * | Switch to ida-nexus | Duncan Ogilvie | 7 days | 11 | -123/+121 |
| | * | Adopt idb_events and remote module features from ida-codemode | Duncan Ogilvie | 7 days | 7 | -1666/+3108 |
| | * | Add Ctrl+R to refresh all views | Duncan Ogilvie | 11 days | 2 | -0/+145 |
| | * | Add kitty graphics fallback for Windows support | Duncan Ogilvie | 11 days | 1 | -3/+15 |
| * | | splash: give the logo a placement id so re-anchoring replaces, not stacks | blasty | 7 days | 2 | -6/+29 |
| |/ |
|
| * | docs: drop the triskel evaluation artifacts | blasty | 13 days | 1 | -1/+1 |
| * | Port to the ida-codemode 0.5.3+ public API | blasty | 2026-08-14 | 3 | -118/+86 |
| * | Fix: rebuilding the row index on every switch back to the listing | blasty | 2026-08-10 | 1 | -0/+7 |
| * | Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4 | blasty | 2026-08-10 | 4 | -5/+212 |
| * | segment_index: the row total in one call instead of 458 | blasty | 2026-08-10 | 2 | -0/+95 |
| * | domain: build Head positionally, and drop a dead test from _as_int | blasty | 2026-08-10 | 1 | -9/+19 |
| * | remote_tools: item class by mask instead of is_code/is_data calls | blasty | 2026-08-10 | 1 | -3/+21 |
| * | Skeleton pages: stop rendering 227k rows to count them (3x boot) | blasty | 2026-08-10 | 4 | -21/+71 |
| * | remote_tools: delete a shadowed duplicate hiding an lru_cache landmine | blasty | 2026-08-09 | 1 | -74/+4 |
| * | remote_tools: hoist the IDAPython imports to module scope (~3%) | blasty | 2026-08-09 | 1 | -50/+26 |
| * | PgUp/PgDn page the list overlays, not just the code views | blasty | 2026-08-09 | 1 | -85/+93 |
| * | Docs: correct the stale --fast check counts (302/257 -> 380) | blasty | 2026-08-09 | 1 | -1/+1 |
| * | Drop the settrace workaround: ida-codemode 0.3.2 deleted the hook | blasty | 2026-08-09 | 1 | -41/+28 |
| * | Graph: never hand triskel a block its root cannot reach | blasty | 2026-08-09 | 1 | -51/+80 |
| * | Graph: fix the triskel fallbacks, and say why when it still falls back | blasty | 2026-08-09 | 3 | -28/+139 |
| * | Graph: name the interpreter when pytriskel is missing | blasty | 2026-08-09 | 1 | -1/+6 |
| * | graph_triskel: name the detour target, drop the unused swap | blasty | 2026-08-09 | 1 | -8/+8 |
| * | Graph: a second layout engine, triskel's SESE decomposition | blasty | 2026-08-09 | 3 | -27/+517 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 2026-08-07 | 1 | -10/+37 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 2026-08-07 | 1 | -10/+11 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 2026-08-07 | 6 | -2/+506 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 2026-08-07 | 8 | -6/+773 |
| * | Struct editor: '/' fuzzy-filters the struct list | blasty | 2026-08-07 | 1 | -10/+138 |
| * | Modal chrome: thin round borders, titles in the border | blasty | 2026-08-07 | 1 | -56/+86 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 2026-08-07 | 2 | -14/+122 |
| * | tools/demo.py: a scripted feature tour, and the RPC bug it found | blasty | 2026-08-07 | 1 | -1/+6 |
| * | codemode: close the performance gap with the old worker (heads 35x -> 2.2x) | blasty | 2026-08-07 | 1 | -5/+66 |
| * | tests: blob_ui 39.8s -> 4.1s, and a fatal it was hiding | blasty | 2026-08-07 | 1 | -3/+22 |
| * | codemode: three defects the A/B benchmark found in the decompiler path | blasty | 2026-08-07 | 2 | -66/+198 |
| * | codemode: rename takes a LIST of edits per category, not just one | blasty | 2026-08-07 | 1 | -26/+119 |
| * | codemode: carry over the listing + operand-format tools, and stop reshipping ... | blasty | 2026-08-07 | 2 | -175/+1442 |
| * | codemode: port the xref tools' real contract, order included | blasty | 2026-08-07 | 1 | -32/+111 |
| * | codemode: restore the graph view and pseudocode comments | blasty | 2026-08-07 | 1 | -5/+97 |
| * | codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si... | blasty | 2026-08-07 | 1 | -1/+4 |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 2026-08-07 | 14 | -984/+1506 |
| * | The page-freshness check carries the digest the client already holds (heads(e... | blasty | 2026-08-07 | 1 | -20/+16 |
| * | An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis... | blasty | 2026-08-07 | 2 | -9/+75 |
| * | heads(digest=True): the worker answers "does this page still render exactly a... | blasty | 2026-08-07 | 1 | -51/+83 |
| * | CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show... | blasty | 2026-08-07 | 1 | -11/+24 |
| * | A rename keeps the listing's walk instead of throwing it away. bump_names now... | blasty | 2026-08-07 | 1 | -5/+133 |
| * | Keep a listing row's spans and operand extents exactly as they came off the w... | blasty | 2026-08-07 | 1 | -11/+16 |
| * | Highlight ranges are computed per line on demand instead of for every match. ... | blasty | 2026-08-07 | 1 | -16/+79 |
| * | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | blasty | 2026-08-07 | 1 | -11/+14 |