aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/domain.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to ida-nexusDuncan Ogilvie7 days1-14/+14
* Adopt idb_events and remote module features from ida-codemodeDuncan Ogilvie7 days1-231/+418
* Add Ctrl+R to refresh all viewsDuncan Ogilvie11 days1-0/+22
* Fix: rebuilding the row index on every switch back to the listingblasty2026-08-101-0/+7
* Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4blasty2026-08-101-0/+78
* domain: build Head positionally, and drop a dead test from _as_intblasty2026-08-101-9/+19
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty2026-08-101-13/+40
* Ctrl+F: search the whole database, by text or by bytesblasty2026-08-071-0/+56
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty2026-08-071-0/+69
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty2026-08-071-123/+86
* The page-freshness check carries the digest the client already holds (heads(e...blasty2026-08-071-20/+16
* An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...blasty2026-08-071-5/+69
* heads(digest=True): the worker answers "does this page still render exactly a...blasty2026-08-071-51/+83
* CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...blasty2026-08-071-11/+24
* A rename keeps the listing's walk instead of throwing it away. bump_names now...blasty2026-08-071-5/+133
* Keep a listing row's spans and operand extents exactly as they came off the w...blasty2026-08-071-11/+16
* HexView.render_line emits style RUNS instead of one Segment per byte cell (35...blasty2026-08-071-6/+11
* Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve...blasty2026-08-071-3/+32
* Two hot-path fixes found by profiling the plain-line builder: the opcode-byte...blasty2026-08-071-2/+3
* Three micro-wins on the listing-row path: merge the colour-tag and operand-ta...blasty2026-08-071-2/+8
* Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...blasty2026-08-071-35/+50
* diag: somewhere for swallowed errors to goblasty2026-08-071-1/+5
* domain: the control-flow graph, with each block's rowsblasty2026-08-061-0/+120
* domain: operand extents, and the formats behind themblasty2026-08-061-0/+86
* arm: find Thumb entry points from a vector table (Shift+T)blasty2026-07-261-0/+9
* decomp: say the FIX, not the diagnosisblasty2026-07-261-2/+8
* decomp: say WHY a function won't decompileblasty2026-07-261-0/+14
* arm: offer 32-bit ARM at load, and fix `p` on carved codeblasty2026-07-261-6/+18
* arm: switch ARM/Thumb decoding with `t`blasty2026-07-261-0/+8
* listing: syntax-highlight assembly from IDA's own token tagsblasty2026-07-261-0/+7
* listing: `c` disassembles until something stops itblasty2026-07-261-0/+16
* listing: make every undefined byte its own row, so you can carve anywhereblasty2026-07-261-22/+135
* projects phase 3: follow an import into the binary that implements itblasty2026-07-251-0/+58
* retype: 'y' now retypes globals too, not just prototypes and localsblasty2026-07-251-0/+21
* strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty2026-07-251-0/+45
* split-view phase 3: rich per-line instruction region highlightblasty2026-07-241-0/+22
* xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty2026-07-241-6/+11
* mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty2026-07-241-3/+3
* refactor: extract shared error hierarchy + Session into idatui/errors.pyblasty2026-07-241-2/+5
* fix: follow/double-click a label lands on the label, not the function entryblasty2026-07-231-2/+14
* listing: code labels on their own line; search loaded portion (no wedge)blasty2026-07-231-3/+4
* listing: IDA-style function boundary banners in the unified viewblasty2026-07-231-2/+6
* unify: the continuous listing is the one code view; deprecate DisasmViewblasty2026-07-231-3/+23
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty2026-07-231-6/+44
* unify: back the function disasm view on the heads listing walker (M4 item 4)blasty2026-07-231-7/+20
* perf: stream the listing incrementally instead of load_all on open (M4)blasty2026-07-231-0/+11
* app: 'a' — make string literal in the listing (M4 richness)blasty2026-07-231-0/+10
* perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty2026-07-231-24/+41
* fix: crash on an unnamed function (None name) in the symbol paletteblasty2026-07-231-1/+8
* perf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty2026-07-231-2/+23