summaryrefslogtreecommitdiffstats
path: root/idatui/domain.py (unfollow)
Commit message (Expand)AuthorFilesLines
44 hoursThe page-freshness check carries the digest the client already holds (heads(e...user1-20/+16
44 hoursAn item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...user1-5/+69
45 hoursheads(digest=True): the worker answers "does this page still render exactly a...user1-51/+83
46 hoursCORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...user1-11/+24
46 hoursA rename keeps the listing's walk instead of throwing it away. bump_names now...user1-5/+133
48 hoursKeep a listing row's spans and operand extents exactly as they came off the w...user1-11/+16
2 daysHexView.render_line emits style RUNS instead of one Segment per byte cell (35...user1-6/+11
2 daysFetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve...user1-3/+32
2 daysTwo hot-path fixes found by profiling the plain-line builder: the opcode-byte...user1-2/+3
2 daysThree micro-wins on the listing-row path: merge the colour-tag and operand-ta...user1-2/+8
2 daysRe-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user1-35/+50
2 daysdiag: somewhere for swallowed errors to goblasty1-1/+5
3 daysdomain: the control-flow graph, with each block's rowsblasty1-0/+120
3 daysdomain: operand extents, and the formats behind themblasty1-0/+86
13 daysarm: find Thumb entry points from a vector table (Shift+T)blasty1-0/+9
13 daysdecomp: say the FIX, not the diagnosisblasty1-2/+8
14 daysdecomp: say WHY a function won't decompileblasty1-0/+14
14 daysarm: offer 32-bit ARM at load, and fix `p` on carved codeblasty1-6/+18
14 daysarm: switch ARM/Thumb decoding with `t`blasty1-0/+8
14 dayslisting: syntax-highlight assembly from IDA's own token tagsblasty1-0/+7
14 dayslisting: `c` disassembles until something stops itblasty1-0/+16
14 dayslisting: make every undefined byte its own row, so you can carve anywhereblasty1-22/+135
2026-07-25projects phase 3: follow an import into the binary that implements itblasty1-0/+58
2026-07-25retype: 'y' now retypes globals too, not just prototypes and localsblasty1-0/+21
2026-07-25strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-0/+45
2026-07-24split-view phase 3: rich per-line instruction region highlightblasty1-0/+22
2026-07-24xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty1-6/+11
2026-07-24mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty1-3/+3
2026-07-24refactor: extract shared error hierarchy + Session into idatui/errors.pyblasty1-2/+5
2026-07-23fix: follow/double-click a label lands on the label, not the function entryblasty1-2/+14
2026-07-23listing: code labels on their own line; search loaded portion (no wedge)blasty1-3/+4
2026-07-23listing: IDA-style function boundary banners in the unified viewblasty1-2/+6
2026-07-23unify: the continuous listing is the one code view; deprecate DisasmViewblasty1-3/+23
2026-07-23listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty1-6/+44
2026-07-23unify: back the function disasm view on the heads listing walker (M4 item 4)blasty1-7/+20
2026-07-23perf: stream the listing incrementally instead of load_all on open (M4)blasty1-0/+11
2026-07-23app: 'a' — make string literal in the listing (M4 richness)blasty1-0/+10
2026-07-23perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty1-24/+41
2026-07-23fix: crash on an unnamed function (None name) in the symbol paletteblasty1-1/+8
2026-07-23perf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty1-2/+23
2026-07-22app: 'd' — define typed data in the listing (make_data, M3)blasty1-0/+11
2026-07-22server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty1-1/+165
2026-07-22app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty1-0/+62
2026-07-12pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp...user1-1/+25
2026-07-11disasm: render opcode bytes (toggle 'o'), padded to widest insnblasty1-3/+75
2026-07-11fix: don't hang drive pc on undecompilable functionsuser1-1/+16
2026-07-10hex view: file offsets + 'g' goto (dedicated input)blasty1-0/+31
2026-07-10hex view: raw image bytes (VA-addressed), synced to the code cursorblasty1-0/+119
2026-07-10retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-0/+51
2026-07-10struct editor: C-style CRUD for local types (Ctrl+T)blasty1-0/+77