aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix: Tab back from a decomp jump returns to the listing cleanlyblasty3 days1-2/+11
* nav: jumping from the decompiler stays in the decompilerblasty3 days1-8/+61
* listing: on-screen jumps just move the cursor, don't re-scrollblasty3 days1-4/+10
* listing: keep a few lines of context above a jump targetblasty3 days1-0/+6
* fix: follow/double-click a label lands on the label, not the function entryblasty3 days1-2/+14
* fix: don't let a late navigation steal focus from an open promptblasty3 days1-3/+23
* listing: restore full-segment search load (find every match)blasty3 days1-5/+29
* views: highlight all occurrences of the token under the cursorblasty3 days1-1/+51
* listing: code labels on their own line; search loaded portion (no wedge)blasty3 days2-19/+16
* listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty4 days1-23/+49
* listing: IDA-style function boundary banners in the unified viewblasty4 days2-2/+14
* unify: the continuous listing is the one code view; deprecate DisasmViewblasty4 days3-146/+127
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty4 days1-9/+58
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty4 days2-8/+85
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty4 days1-0/+38
* unify: back the function disasm view on the heads listing walker (M4 item 4)blasty4 days1-7/+20
* listing: expand struct-typed globals into member rows (M4 item 3)blasty4 days1-1/+5
* perf: stream the listing incrementally instead of load_all on open (M4)blasty4 days2-5/+60
* app: 'a' — make string literal in the listing (M4 richness)blasty4 days2-1/+18
* perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty4 days1-24/+41
* app: listing 'n' names the address (can name a bare/undefined byte)blasty4 days1-0/+60
* app: on startup, land on main() (else pop the symbol picker)blasty4 days1-0/+34
* fix: crash on an unnamed function (None name) in the symbol paletteblasty4 days2-1/+10
* perf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty4 days1-2/+23
* launch: `ida-tui foo.elf` one-shot wrapper (server + locks + session)blasty4 days1-0/+234
* app: 'd' — define typed data in the listing (make_data, M3)blasty4 days2-0/+97
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty4 days2-15/+276
* server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty4 days1-1/+165
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty4 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