| Commit message (Expand) | Author | Age |
| ... | |
| * | graph: a layered CFG layout engine | blasty | 2026-08-06 |
| * | README/TODO: literal formats | blasty | 2026-08-06 |
| * | tests: cover the literal formats | blasty | 2026-08-06 |
| * | rpc: an opfmt verb, and 'drive fmt' | blasty | 2026-08-06 |
| * | app: 'o' cycles the literal under the cursor | blasty | 2026-08-06 |
| * | domain: operand extents, and the formats behind them | blasty | 2026-08-06 |
| * | server: tools for how a number is displayed | blasty | 2026-08-06 |
| * | pane: drive panes under zellij as well as tmux | blasty | 2026-08-06 |
| * | drive: a note went to address 0, and a slow edit was reported as a failure | blasty | 2026-08-01 |
| * | rpc: rename_many drops the Hex-Rays cache too | blasty | 2026-08-01 |
| * | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | blasty | 2026-08-01 |
| * | tests: trace integration over the RPC socket (45 checks) | blasty | 2026-08-01 |
| * | rpc: comments are instant and newlines no longer vanish | blasty | 2026-08-01 |
| * | rpc: a navigation that timed out reported success and corrupted the next edit | blasty | 2026-07-31 |
| * | rpc: stop lying to the driver about renames, modals and teardown | blasty | 2026-07-31 |
| * | trace: a stale navigation no longer drags the view back | blasty | 2026-07-30 |
| * | trace: seek verbs — next/previous execution, and who set this register | blasty | 2026-07-29 |
| * | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 2026-07-29 |
| * | app: one instruction map for the decompiled function, not two | blasty | 2026-07-28 |
| * | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 2026-07-28 |
| * | trace: a step in split view moves the listing cursor to the pc | blasty | 2026-07-28 |
| * | trace: stepping stays in the view you're reading | blasty | 2026-07-28 |
| * | status: name the open file | blasty | 2026-07-27 |
| * | rpc: a `trace` verb, and --trace for pane spawn | blasty | 2026-07-27 |
| * | trace: paint the execution trail — including on the decompiler | blasty | 2026-07-27 |
| * | trace: docked registers + timeline, and stepping through time | blasty | 2026-07-27 |
| * | trace: read Tenet execution traces (model layer) | blasty | 2026-07-27 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 2026-07-26 |
| * | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 2026-07-26 |
| * | decomp: say the FIX, not the diagnosis | blasty | 2026-07-26 |
| * | decomp: say WHY a function won't decompile | blasty | 2026-07-26 |
| * | app: rebuild the function index after an edit changes it | blasty | 2026-07-26 |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 2026-07-26 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 2026-07-26 |
| * | TODO: DisasmView removed | blasty | 2026-07-26 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 2026-07-26 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 2026-07-26 |
| * | asm highlighting: park the work with its findings (not merged) | blasty | 2026-07-26 |
| * | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 2026-07-26 |
| * | listing: an edit must not move the view | blasty | 2026-07-26 |
| * | listing: `c` disassembles until something stops it | blasty | 2026-07-26 |
| * | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 2026-07-26 |
| * | loading: a blob that analyses to nothing is still openable | blasty | 2026-07-26 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 2026-07-26 |
| * | formats: verify every offered processor name against a real IDA | blasty | 2026-07-26 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 2026-07-26 |
| * | loading: say how to read a headerless blob (processor, base) | blasty | 2026-07-25 |
| * | xrefs: show project binaries that import this export | blasty | 2026-07-25 |
| * | projects phase 4: cross-binary back, linkage-guided pre-warm, project verbs | blasty | 2026-07-25 |
| * | projects phase 3: follow an import into the binary that implements it | blasty | 2026-07-25 |