| Commit message (Expand) | Author | Age | Files | Lines |
| * | trace: a stale navigation no longer drags the view back | blasty | 3 days | 1 | -0/+21 |
| * | trace: seek verbs — next/previous execution, and who set this register | blasty | 3 days | 1 | -2/+82 |
| * | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 3 days | 3 | -2/+98 |
| * | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 4 days | 1 | -0/+21 |
| * | trace: a step in split view moves the listing cursor to the pc | blasty | 4 days | 1 | -0/+23 |
| * | trace: stepping stays in the view you're reading | blasty | 4 days | 1 | -0/+14 |
| * | status: name the open file | blasty | 5 days | 1 | -0/+31 |
| * | trace: paint the execution trail — including on the decompiler | blasty | 5 days | 1 | -1/+55 |
| * | trace: docked registers + timeline, and stepping through time | blasty | 5 days | 1 | -0/+148 |
| * | trace: read Tenet execution traces (model layer) | blasty | 5 days | 2 | -0/+330 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 6 days | 1 | -0/+44 |
| * | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 6 days | 1 | -0/+47 |
| * | decomp: say the FIX, not the diagnosis | blasty | 6 days | 1 | -2/+8 |
| * | decomp: say WHY a function won't decompile | blasty | 6 days | 1 | -0/+20 |
| * | app: rebuild the function index after an edit changes it | blasty | 6 days | 1 | -2/+31 |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 6 days | 2 | -2/+79 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 6 days | 1 | -0/+126 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 7 days | 1 | -2/+2 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 7 days | 1 | -1/+55 |
| * | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 7 days | 1 | -1/+28 |
| * | listing: an edit must not move the view | blasty | 7 days | 1 | -0/+24 |
| * | listing: `c` disassembles until something stops it | blasty | 7 days | 1 | -1/+17 |
| * | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 7 days | 1 | -1/+63 |
| * | loading: a blob that analyses to nothing is still openable | blasty | 7 days | 1 | -0/+106 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 7 days | 1 | -0/+25 |
| * | formats: verify every offered processor name against a real IDA | blasty | 7 days | 1 | -0/+29 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 7 days | 2 | -0/+114 |
| * | loading: say how to read a headerless blob (processor, base) | blasty | 7 days | 1 | -0/+40 |
| * | xrefs: show project binaries that import this export | blasty | 7 days | 1 | -0/+39 |
| * | projects phase 4: cross-binary back, linkage-guided pre-warm, project verbs | blasty | 7 days | 2 | -0/+62 |
| * | projects phase 3: follow an import into the binary that implements it | blasty | 7 days | 1 | -1/+70 |
| * | nav: one notion of "which pane you're in" — delete _pref | blasty | 7 days | 1 | -0/+17 |
| * | nav: don't stack a history entry for the place you're already standing on | blasty | 7 days | 1 | -0/+15 |
| * | palette: match case-insensitively in BOTH directions | blasty | 7 days | 1 | -0/+9 |
| * | projects: don't duplicate a binary that's already in the project | blasty | 7 days | 1 | -0/+35 |
| * | help: lay the cheatsheet out as fluid columns of cards | blasty | 7 days | 1 | -4/+9 |
| * | strings: F2 widens the strings browser to the whole project | blasty | 7 days | 2 | -2/+20 |
| * | projects: open the Ctrl+O switcher on the binary you're already in | blasty | 7 days | 1 | -1/+8 |
| * | fix: project-wide search crashed on a name shared by two binaries | blasty | 7 days | 1 | -0/+23 |
| * | projects: project-wide symbol search over a SQLite FTS5 index (phase 2) | blasty | 8 days | 2 | -8/+141 |
| * | exit: ask before quitting with unsaved database changes | blasty | 8 days | 1 | -6/+36 |
| * | tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0 | blasty | 8 days | 1 | -8/+29 |
| * | ui: drop the footer cheatsheet; F1 opens a key reference instead | blasty | 8 days | 1 | -7/+31 |
| * | decomp: Home/End move along the line instead of scrolling to top/bottom | blasty | 8 days | 1 | -0/+34 |
| * | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 8 days | 1 | -1/+98 |
| * | projects: switch between a project's binaries in the TUI (phase 1c) | blasty | 8 days | 1 | -0/+165 |
| * | projects: worker pool with memory-budgeted residency (phase 1b) | blasty | 8 days | 1 | -0/+163 |
| * | projects: project model + binary staging (phase 1a) | blasty | 8 days | 1 | -0/+158 |
| * | split: propagate pure scrolls (wheel/scrollbar) to the companion pane | blasty | 8 days | 1 | -0/+22 |
| * | split: keep the companion pane level with the driver's cursor | blasty | 8 days | 1 | -0/+19 |