aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/app.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-0/+4
* app: comment on a no-address line -> function comment (was refused)blasty2026-07-101-2/+10
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty2026-07-101-2/+1
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty2026-07-101-1/+20
* hex view: file offsets + 'g' goto (dedicated input)blasty2026-07-101-14/+61
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-101-3/+274
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-101-1/+118
* struct editor: auto-format the definition on saveblasty2026-07-101-3/+18
* struct editor: loud save errors + guard unsaved editsblasty2026-07-101-8/+44
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty2026-07-101-1/+44
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty2026-07-101-3/+42
* struct editor: C-style CRUD for local types (Ctrl+T)blasty2026-07-101-2/+184
* decompiler: fall back to disassembly when decompilation failsblasty2026-07-091-8/+20
* default to the pseudocode view instead of disassemblyblasty2026-07-091-10/+12
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty2026-07-091-8/+151
* xrefs: pre-select the site the dialog was invoked fromblasty2026-07-091-12/+49
* xrefs: informative labels — function+offset, and section instead of '?'blasty2026-07-091-1/+12
* decompiler: xref jump lands the cursor on the reference token's columnblasty2026-07-091-12/+44
* decompiler: fix stale scroll frame on same-function jumpblasty2026-07-091-7/+25
* decompiler: xref jump within the current function moves the cursorblasty2026-07-091-0/+27
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty2026-07-091-15/+30
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty2026-07-091-0/+104
* rename: refuse pseudocode goto-labels with a clear messageblasty2026-07-091-0/+19
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty2026-07-091-5/+8
* decompiler: xref-select jumps to the reference line in pseudocodeblasty2026-07-091-2/+29
* fix: disasm follow stepped to the next line on a call (fall-through edge)blasty2026-07-091-4/+13
* fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty2026-07-091-2/+5
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty2026-07-091-0/+8
* cap the function pane width so it doesn't dominate wide terminalsblasty2026-07-091-4/+4
* decompiler: line-number gutterblasty2026-07-091-4/+26
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty2026-07-091-1/+13
* robust scroll restore for both views (fix stale frame in real terminal)blasty2026-07-091-9/+17
* fix stale top frame on jump-back; test the actual repaintblasty2026-07-091-1/+4
* smoother scroll restore on jump-back; non-degenerate testblasty2026-07-091-3/+5
* stop piling up idalib workers; raise max-workers headroomblasty2026-07-091-5/+6
* fix input visibility (search/rename) + refresh stale names across historyblasty2026-07-091-15/+9
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty2026-07-091-12/+25
* search: land the cursor on the match's starting columnblasty2026-07-091-0/+8
* preserve scroll offset in jump history (both views)blasty2026-07-091-23/+56
* fix: decompiler follow/xrefs of a name not listed in refsblasty2026-07-091-0/+12
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty2026-07-091-2/+165
* sortable function list: click column headers (addr/name/size)blasty2026-07-091-0/+28
* track pseudocode-view cursor position across jumpsblasty2026-07-091-7/+43
* preserve cursor line+column in the jump historyblasty2026-07-091-4/+11
* mouse: click to place cursor, double-click to followblasty2026-07-091-0/+32
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty2026-07-091-41/+236
* xrefs + follow-under-cursor (disasm & pseudocode)blasty2026-07-091-6/+184
* function-name filter: incremental + highlight + clearblasty2026-07-091-28/+105
* search UX: visible prompt + incremental (as-you-type) highlightingblasty2026-07-091-13/+90
* vim-style search in disasm + pseudocode viewsblasty2026-07-091-7/+244