aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/app.py (unfollow)
Commit message (Expand)AuthorFilesLines
10 daysdisasm: render opcode bytes (toggle 'o'), padded to widest insnblasty1-4/+55
11 daysapp: multi-line comments via literal \\n (long notes were clipping)blasty1-0/+4
11 daysapp: comment on a no-address line -> function comment (was refused)blasty1-2/+10
11 daysapp: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty1-2/+1
11 daysrpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty1-1/+20
11 dayshex view: file offsets + 'g' goto (dedicated input)blasty1-14/+61
11 dayshex view: raw image bytes (VA-addressed), synced to the code cursorblasty1-3/+274
12 daysretype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-1/+118
12 daysstruct editor: auto-format the definition on saveblasty1-3/+18
12 daysstruct editor: loud save errors + guard unsaved editsblasty1-8/+44
12 daysclipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty1-1/+44
12 daysstruct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty1-3/+42
12 daysstruct editor: C-style CRUD for local types (Ctrl+T)blasty1-2/+184
12 daysdecompiler: fall back to disassembly when decompilation failsblasty1-8/+20
12 daysdefault to the pseudocode view instead of disassemblyblasty1-10/+12
12 daysnames: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-8/+151
12 daysxrefs: pre-select the site the dialog was invoked fromblasty1-12/+49
12 daysxrefs: informative labels — function+offset, and section instead of '?'blasty1-1/+12
12 daysdecompiler: xref jump lands the cursor on the reference token's columnblasty1-12/+44
12 daysdecompiler: fix stale scroll frame on same-function jumpblasty1-7/+25
12 daysdecompiler: xref jump within the current function moves the cursorblasty1-0/+27
12 daysdecompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty1-15/+30
12 dayscomments: ';' sets a comment on the current line (disasm + pseudocode)blasty1-0/+104
12 daysrename: refuse pseudocode goto-labels with a clear messageblasty1-0/+19
12 daystest: --stop-after for fast single-feature iteration; skip needless decompileblasty1-5/+8
12 daysdecompiler: xref-select jumps to the reference line in pseudocodeblasty1-2/+29
12 daysfix: disasm follow stepped to the next line on a call (fall-through edge)blasty1-4/+13
12 daysfix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty1-2/+5
12 daysfix: decomp follow fails on a just-renamed symbol (stale name)blasty1-0/+8
12 dayscap the function pane width so it doesn't dominate wide terminalsblasty1-4/+4
12 daysdecompiler: line-number gutterblasty1-4/+26
12 daysdecompiler: grayed 'decompiling…' overlay during (re)decompileblasty1-1/+13
12 daysrobust scroll restore for both views (fix stale frame in real terminal)blasty1-9/+17
12 daysfix stale top frame on jump-back; test the actual repaintblasty1-1/+4
12 dayssmoother scroll restore on jump-back; non-degenerate testblasty1-3/+5
12 daysstop piling up idalib workers; raise max-workers headroomblasty1-5/+6
12 daysfix input visibility (search/rename) + refresh stale names across historyblasty1-15/+9
12 dayspaging: preserve the cursor's viewport-relative row (IDA-style)blasty1-12/+25
12 dayssearch: land the cursor on the match's starting columnblasty1-0/+8
12 dayspreserve scroll offset in jump history (both views)blasty1-23/+56
12 daysfix: decompiler follow/xrefs of a name not listed in refsblasty1-0/+12
12 daysrename symbol under cursor ('n') + save ('Ctrl+S')blasty1-2/+165
12 dayssortable function list: click column headers (addr/name/size)blasty1-0/+28
12 daystrack pseudocode-view cursor position across jumpsblasty1-7/+43
12 dayspreserve cursor line+column in the jump historyblasty1-4/+11
12 daysmouse: click to place cursor, double-click to followblasty1-0/+32
12 dayscolumn cursor: real left/right movement + follow the ref UNDER the cursorblasty1-41/+236
12 daysxrefs + follow-under-cursor (disasm & pseudocode)blasty1-6/+184
12 daysfunction-name filter: incremental + highlight + clearblasty1-28/+105
13 dayssearch UX: visible prompt + incremental (as-you-type) highlightingblasty1-13/+90