aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/domain.py (unfollow)
Commit message (Expand)AuthorFilesLines
18 hoursarm: find Thumb entry points from a vector table (Shift+T)blasty1-0/+9
18 hoursdecomp: say the FIX, not the diagnosisblasty1-2/+8
23 hoursdecomp: say WHY a function won't decompileblasty1-0/+14
24 hoursarm: offer 32-bit ARM at load, and fix `p` on carved codeblasty1-6/+18
24 hoursarm: switch ARM/Thumb decoding with `t`blasty1-0/+8
26 hourslisting: syntax-highlight assembly from IDA's own token tagsblasty1-0/+7
29 hourslisting: `c` disassembles until something stops itblasty1-0/+16
30 hourslisting: make every undefined byte its own row, so you can carve anywhereblasty1-22/+135
40 hoursprojects phase 3: follow an import into the binary that implements itblasty1-0/+58
2 daysretype: 'y' now retypes globals too, not just prototypes and localsblasty1-0/+21
3 daysstrings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-0/+45
3 dayssplit-view phase 3: rich per-line instruction region highlightblasty1-0/+22
3 daysxrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty1-6/+11
3 daysmcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty1-3/+3
3 daysrefactor: extract shared error hierarchy + Session into idatui/errors.pyblasty1-2/+5
4 daysfix: follow/double-click a label lands on the label, not the function entryblasty1-2/+14
4 dayslisting: code labels on their own line; search loaded portion (no wedge)blasty1-3/+4
4 dayslisting: IDA-style function boundary banners in the unified viewblasty1-2/+6
4 daysunify: the continuous listing is the one code view; deprecate DisasmViewblasty1-3/+23
4 dayslisting: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty1-6/+44
5 daysunify: back the function disasm view on the heads listing walker (M4 item 4)blasty1-7/+20
5 daysperf: stream the listing incrementally instead of load_all on open (M4)blasty1-0/+11
5 daysapp: 'a' — make string literal in the listing (M4 richness)blasty1-0/+10
5 daysperf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty1-24/+41
5 daysfix: crash on an unnamed function (None name) in the symbol paletteblasty1-1/+8
5 daysperf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty1-2/+23
5 daysapp: 'd' — define typed data in the listing (make_data, M3)blasty1-0/+11
5 daysserver+domain: heads walker + ListingModel — flat code/data listing (M1)blasty1-1/+165
5 daysapp: 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
2026-07-09xrefs: informative labels — function+offset, and section instead of '?'blasty1-0/+34
2026-07-09comments: ';' sets a comment on the current line (disasm + pseudocode)blasty1-0/+7
2026-07-09fix: pseudocode names not refreshing across history after renameblasty1-1/+1
2026-07-09fix input visibility (search/rename) + refresh stale names across historyblasty1-4/+24
2026-07-09rename symbol under cursor ('n') + save ('Ctrl+S')blasty1-0/+13
2026-07-09xrefs + follow-under-cursor (disasm & pseudocode)blasty1-0/+81
2026-07-09function-name filter: incremental + highlight + clearblasty1-0/+4
2026-07-09decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty1-5/+32
2026-07-09Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty1-0/+34
2026-07-09domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty1-0/+384