summaryrefslogtreecommitdiffstats
path: root/tests/test_scenarios.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty2026-07-231-3/+3
* listing: IDA-style function boundary banners in the unified viewblasty2026-07-231-0/+25
* unify: the continuous listing is the one code view; deprecate DisasmViewblasty2026-07-231-140/+100
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty2026-07-231-0/+18
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty2026-07-231-1/+11
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty2026-07-231-0/+27
* listing: expand struct-typed globals into member rows (M4 item 3)blasty2026-07-231-0/+48
* app: 'a' — make string literal in the listing (M4 richness)blasty2026-07-231-0/+49
* app: listing 'n' names the address (can name a bare/undefined byte)blasty2026-07-231-0/+63
* app: on startup, land on main() (else pop the symbol picker)blasty2026-07-231-3/+36
* app: 'd' — define typed data in the listing (make_data, M3)blasty2026-07-221-0/+41
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty2026-07-221-15/+81
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty2026-07-221-0/+50
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-4/+12
* app: comment on a no-address line -> function comment (was refused)blasty2026-07-101-0/+32
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-101-7/+2
* tests: isolated scenario suite (parity with the monolith, fast --only)blasty2026-07-101-0/+1272