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