aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/domain.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* projects phase 3: follow an import into the binary that implements itblasty12 days1-0/+58
* retype: 'y' now retypes globals too, not just prototypes and localsblasty12 days1-0/+21
* strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty13 days1-0/+45
* split-view phase 3: rich per-line instruction region highlightblasty13 days1-0/+22
* xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty13 days1-6/+11
* mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty13 days1-3/+3
* refactor: extract shared error hierarchy + Session into idatui/errors.pyblasty13 days1-2/+5
* fix: follow/double-click a label lands on the label, not the function entryblasty14 days1-2/+14
* listing: code labels on their own line; search loaded portion (no wedge)blasty14 days1-3/+4
* listing: IDA-style function boundary banners in the unified viewblasty14 days1-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
* app: 'd' — define typed data in the listing (make_data, M3)blasty2026-07-221-0/+11
* server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty2026-07-221-1/+165
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty2026-07-221-0/+62
* pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp...user2026-07-121-1/+25
* disasm: render opcode bytes (toggle 'o'), padded to widest insnblasty2026-07-111-3/+75
* fix: don't hang drive pc on undecompilable functionsuser2026-07-111-1/+16
* hex view: file offsets + 'g' goto (dedicated input)blasty2026-07-101-0/+31
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-101-0/+119
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-101-0/+51
* struct editor: C-style CRUD for local types (Ctrl+T)blasty2026-07-101-0/+77
* xrefs: informative labels — function+offset, and section instead of '?'blasty2026-07-091-0/+34
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty2026-07-091-0/+7
* fix: pseudocode names not refreshing across history after renameblasty2026-07-091-1/+1
* fix input visibility (search/rename) + refresh stale names across historyblasty2026-07-091-4/+24
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty2026-07-091-0/+13
* xrefs + follow-under-cursor (disasm & pseudocode)blasty2026-07-091-0/+81
* function-name filter: incremental + highlight + clearblasty2026-07-091-0/+4
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty2026-07-091-5/+32
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty2026-07-091-0/+34
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty2026-07-091-0/+384