| Commit message (Expand) | Author | Age | Files | Lines |
| * | codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si... | blasty | 33 hours | 1 | -1/+23 |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 33 hours | 8 | -587/+233 |
| * | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | user | 42 hours | 1 | -5/+24 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 44 hours | 1 | -0/+10 |
| * | diag: somewhere for swallowed errors to go | blasty | 45 hours | 2 | -2/+181 |
| * | launch: the sweep could delete the file it was asked to open | blasty | 45 hours | 1 | -0/+173 |
| * | worker_client: tests, and stop resurrecting a closed worker | blasty | 45 hours | 1 | -0/+447 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 46 hours | 1 | -3/+52 |
| * | tests: a guard that actually regresses on the resync storm | blasty | 46 hours | 1 | -0/+27 |
| * | tests: deterministic fixtures, and a correction | blasty | 46 hours | 1 | -2/+16 |
| * | tests: wait for the thing, don't sleep and hope | blasty | 46 hours | 4 | -46/+140 |
| * | split: stop the resync loop that spun the worker forever | blasty | 47 hours | 1 | -6/+20 |
| * | tests: one front door | blasty | 48 hours | 15 | -0/+306 |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 2 days | 1 | -0/+10 |
| * | graph: navigate to blocks, not to coordinates | blasty | 2 days | 1 | -9/+33 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 2 days | 1 | -0/+61 |
| * | tests: graph scenarios | blasty | 2 days | 1 | -4/+261 |
| * | graph: a layered CFG layout engine | blasty | 2 days | 1 | -0/+234 |
| * | tests: cover the literal formats | blasty | 2 days | 2 | -0/+509 |
| * | pane: drive panes under zellij as well as tmux | blasty | 2 days | 2 | -7/+7 |
| * | rpc: rename_many drops the Hex-Rays cache too | user | 7 days | 1 | -0/+17 |
| * | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | user | 7 days | 1 | -0/+169 |
| * | tests: trace integration over the RPC socket (45 checks) | user | 7 days | 1 | -0/+369 |
| * | trace: a stale navigation no longer drags the view back | blasty | 9 days | 1 | -0/+21 |
| * | trace: seek verbs — next/previous execution, and who set this register | blasty | 10 days | 1 | -2/+82 |
| * | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 10 days | 3 | -2/+98 |
| * | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 11 days | 1 | -0/+21 |
| * | trace: a step in split view moves the listing cursor to the pc | blasty | 11 days | 1 | -0/+23 |
| * | trace: stepping stays in the view you're reading | blasty | 11 days | 1 | -0/+14 |
| * | status: name the open file | blasty | 12 days | 1 | -0/+31 |
| * | trace: paint the execution trail — including on the decompiler | blasty | 12 days | 1 | -1/+55 |
| * | trace: docked registers + timeline, and stepping through time | blasty | 12 days | 1 | -0/+148 |
| * | trace: read Tenet execution traces (model layer) | blasty | 12 days | 2 | -0/+330 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 13 days | 1 | -0/+44 |
| * | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 13 days | 1 | -0/+47 |
| * | decomp: say the FIX, not the diagnosis | blasty | 13 days | 1 | -2/+8 |
| * | decomp: say WHY a function won't decompile | blasty | 13 days | 1 | -0/+20 |
| * | app: rebuild the function index after an edit changes it | blasty | 13 days | 1 | -2/+31 |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 13 days | 2 | -2/+79 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 13 days | 1 | -0/+126 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 13 days | 1 | -2/+2 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 13 days | 1 | -1/+55 |
| * | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 13 days | 1 | -1/+28 |
| * | listing: an edit must not move the view | blasty | 14 days | 1 | -0/+24 |
| * | listing: `c` disassembles until something stops it | blasty | 14 days | 1 | -1/+17 |
| * | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 14 days | 1 | -1/+63 |
| * | loading: a blob that analyses to nothing is still openable | blasty | 14 days | 1 | -0/+106 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 14 days | 1 | -0/+25 |
| * | formats: verify every offered processor name against a real IDA | blasty | 14 days | 1 | -0/+29 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 14 days | 2 | -0/+114 |