aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Docs: correct the stale --fast check counts (302/257 -> 380)blasty47 hours1-1/+1
* Drop the settrace workaround: ida-codemode 0.3.2 deleted the hookblasty47 hours1-41/+28
* Graph: never hand triskel a block its root cannot reachidatui2 days1-51/+80
* Graph: fix the triskel fallbacks, and say why when it still falls backidatui2 days3-28/+139
* Graph: name the interpreter when pytriskel is missingidatui2 days1-1/+6
* graph_triskel: name the detour target, drop the unused swapidatui2 days1-8/+8
* Graph: a second layout engine, triskel's SESE decompositionuser2 days3-27/+517
* splash: scale the logo to the pane instead of dropping itblasty4 days1-10/+37
* Centre modals with a rule about modals, not a list of themblasty4 days1-10/+11
* Ctrl+F: search the whole database, by text or by bytesblasty4 days6-2/+506
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty4 days8-6/+773
* Struct editor: '/' fuzzy-filters the struct listblasty4 days1-10/+138
* Modal chrome: thin round borders, titles in the borderblasty4 days1-56/+86
* Syntax-highlight the struct editor's C definitionsblasty4 days2-14/+122
* tools/demo.py: a scripted feature tour, and the RPC bug it foundblasty4 days1-1/+6
* codemode: close the performance gap with the old worker (heads 35x -> 2.2x)blasty4 days1-5/+66
* tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty4 days1-3/+22
* codemode: three defects the A/B benchmark found in the decompiler pathblasty4 days2-66/+198
* codemode: rename takes a LIST of edits per category, not just oneblasty4 days1-26/+119
* codemode: carry over the listing + operand-format tools, and stop reshipping ...blasty4 days2-175/+1442
* codemode: port the xref tools' real contract, order includedblasty4 days1-32/+111
* codemode: restore the graph view and pseudocode commentsblasty4 days1-5/+97
* codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty4 days1-1/+4
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty4 days14-984/+1506
* The page-freshness check carries the digest the client already holds (heads(e...user5 days1-20/+16
* An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...user5 days2-9/+75
* heads(digest=True): the worker answers "does this page still render exactly a...user5 days1-51/+83
* CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...user5 days1-11/+24
* A rename keeps the listing's walk instead of throwing it away. bump_names now...user5 days1-5/+133
* Keep a listing row's spans and operand extents exactly as they came off the w...user5 days1-11/+16
* Highlight ranges are computed per line on demand instead of for every match. ...user5 days1-16/+79
* CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...user5 days1-11/+14
* Three targeted cuts: the graph's transposition pass counts keep and swap in o...user5 days2-13/+75
* Re-run of #18 (_CellRow slice assignment, one-string box borders, memoised St...user5 days1-14/+42
* Re-run of #16 (keep the joined search body across a cancelled search and acro...user5 days1-11/+27
* HexView.render_line emits style RUNS instead of one Segment per byte cell (35...user5 days2-12/+39
* Search the whole segment as ONE joined string. Every line is concatenated onc...user5 days1-26/+101
* Two independent constants: memoise the pygments token -> Rich style lookup (a...user5 days2-5/+32
* Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve...user5 days1-3/+32
* Only re-apply a scroll after the next refresh when it actually clamped. Both ...user5 days1-5/+18
* Two hot-path fixes found by profiling the plain-line builder: the opcode-byte...user5 days2-5/+11
* Three micro-wins on the listing-row path: merge the colour-tag and operand-ta...user5 days1-2/+8
* Incremental search narrows instead of rescanning. Typing a character onto the...user5 days1-14/+51
* Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user5 days1-35/+50
* Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its...user5 days1-1/+69
* diag: somewhere for swallowed errors to goblasty5 days5-5/+161
* launch: the sweep could delete the file it was asked to openblasty5 days1-4/+22
* worker_client: tests, and stop resurrecting a closed workerblasty5 days1-1/+19
* app: the view mode is a type, and 'disasm' is goneblasty5 days5-86/+150
* app: lift database edits out of IdaTui, and one prompt abstractionblasty5 days3-741/+932