aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty12 days1-9/+58
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty12 days2-8/+85
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty12 days1-0/+38
* unify: back the function disasm view on the heads listing walker (M4 item 4)blasty13 days1-7/+20
* listing: expand struct-typed globals into member rows (M4 item 3)blasty13 days1-1/+5
* perf: stream the listing incrementally instead of load_all on open (M4)blasty13 days2-5/+60
* app: 'a' — make string literal in the listing (M4 richness)blasty13 days2-1/+18
* perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty13 days1-24/+41
* app: listing 'n' names the address (can name a bare/undefined byte)blasty13 days1-0/+60
* app: on startup, land on main() (else pop the symbol picker)blasty13 days1-0/+34
* fix: crash on an unnamed function (None name) in the symbol paletteblasty13 days2-1/+10
* perf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty13 days1-2/+23
* launch: `ida-tui foo.elf` one-shot wrapper (server + locks + session)blasty13 days1-0/+234
* app: 'd' — define typed data in the listing (make_data, M3)blasty13 days2-0/+97
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty13 days2-15/+276
* server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty13 days1-1/+165
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty13 days2-4/+143
* pane: reap leaked idalib workers; drive: friendlier name resolution (fixes sp...user2026-07-123-6/+143
* disasm: render opcode bytes (toggle 'o'), padded to widest insnblasty2026-07-112-7/+130
* drive: make `dis` drive the live UI too (generalize _show_decomp -> _show_view)user2026-07-111-7/+11
* fix: don't hang drive pc on undecompilable functionsuser2026-07-113-4/+55
* drive pc: render pseudocode in the TUI, not just the driveruser2026-07-111-3/+32
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-0/+4
* drive: add save + retype; point docs/skills at the ergonomic frontendblasty2026-07-101-2/+15
* drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty2026-07-101-0/+218
* 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-102-4/+20
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty2026-07-101-1/+77
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty2026-07-101-8/+83
* pane: spawn/stop/list idatui TUI panes in tmux for agent-driven REblasty2026-07-101-0/+243
* rpc: readiness, quit, methods discovery, not-ready guardblasty2026-07-101-2/+71
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty2026-07-101-0/+106
* rpc: stdlib client + CLI (idatui.rpcclient)blasty2026-07-101-0/+133
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty2026-07-101-1/+122
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty2026-07-103-2/+297
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-101-0/+91
* hex view: file offsets + 'g' goto (dedicated input)blasty2026-07-102-14/+92
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-102-3/+393
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-102-1/+169
* 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-103-2/+263
* 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-092-1/+46
* decompiler: xref jump lands the cursor on the reference token's columnblasty2026-07-091-12/+44