aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/domain.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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