summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2 daysdiag: somewhere for swallowed errors to goblasty1-0/+1
2 daysgraph: navigate to blocks, not to coordinatesblasty1-3/+8
2 daysgraph: the minimap is clickable, and stops swallowing clicksblasty1-0/+8
3 daysgraph: docs, and the offline layout toolsblasty1-0/+145
3 daysrpc: a graph verbblasty1-0/+14
3 daysrpc: an opfmt verb, and 'drive fmt'blasty1-1/+9
7 daysrpc: make a raw firmware image drivable (load options, define, bulk symbols)user1-0/+19
13 daysarm: find Thumb entry points from a vector table (Shift+T)blasty1-0/+14
14 daysarm: offer 32-bit ARM at load, and fix `p` on carved codeblasty1-0/+18
14 daysarm: switch ARM/Thumb decoding with `t`blasty1-0/+20
14 daysapp: delete DisasmView, superseded by the unified listingblasty1-1/+1
14 dayslisting: syntax-highlight assembly from IDA's own token tagsblasty1-247/+0
14 daysasm highlighting: park the work with its findings (not merged)blasty1-0/+247
14 daysloading: a blob that analyses to nothing is still openableblasty1-0/+19
2026-07-26load dialog: reachable address field, project mode, and a way back from a bad...blasty1-0/+30
2026-07-26formats: verify every offered processor name against a real IDAblasty1-0/+9
2026-07-26loading: ask how to load an unrecognised file, like IDA doesblasty1-0/+27
2026-07-25loading: say how to read a headerless blob (processor, base)blasty1-0/+31
2026-07-25xrefs: show project binaries that import this exportblasty1-0/+11
2026-07-25projects phase 4: cross-binary back, linkage-guided pre-warm, project verbsblasty1-3/+30
2026-07-25projects phase 3: follow an import into the binary that implements itblasty1-15/+36
2026-07-25Revert "nav: bind back to backspace as well — a bare Esc isn't reliable in ...user1-28/+0
2026-07-25nav: bind back to backspace as well — a bare Esc isn't reliable in a terminalblasty1-0/+28
2026-07-25docs: refresh PROJECTS.md phase 2/3 to match what shippedblasty1-8/+28
2026-07-25projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty1-3/+28
2026-07-25projects: switch between a project's binaries in the TUI (phase 1c)blasty1-4/+13
2026-07-25projects: project model + binary staging (phase 1a)blasty1-0/+143
2026-07-25split: follow the decomp across functions as the listing cursor crosses boundsblasty1-0/+5
2026-07-24split-view phase 4: split-aware status, min-width gate, verified navblasty1-3/+12
2026-07-24split-view phase 3: rich per-line instruction region highlightblasty1-3/+9
2026-07-24split-view phase 2: cursor sync + linked-row highlightblasty1-3/+7
2026-07-24split-view phase 1: side-by-side listing <-> pseudocode layoutblasty1-0/+92
2026-07-24docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db)blasty4-53/+30
2026-07-10docs: blueprint for generalizing the TUI-driving layer (e.g. gdb)blasty1-0/+355
2026-07-10app: multi-line comments via literal \\n (long notes were clipping)blasty1-1/+1
2026-07-10drive: add save + retype; point docs/skills at the ergonomic frontendblasty1-2/+9
2026-07-10app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty1-1/+1
2026-07-10rpc: cursor_on + word= edits, single-driver gate, colored screenblasty1-4/+9
2026-07-10rpc: more verbs — structured reads, modal select, in-view search, saveblasty1-0/+12
2026-07-10docs: RPC protocol reference (docs/RPC.md)blasty1-0/+98
2026-07-09names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-0/+7
2026-07-09decompiler: fix stale scroll frame on same-function jumpblasty1-1/+11
2026-07-09docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchasblasty1-0/+65
2026-07-09stop piling up idalib workers; raise max-workers headroomblasty1-3/+19
2026-07-09keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty1-8/+29
2026-07-09domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty1-0/+10
2026-07-09stress paging on 10k-func binary; document scale constraintsblasty1-0/+101