From f69e07824799264dde97d2815c1a1acea912ebb7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Sep 2026 20:20:21 -0400 Subject: [PATCH] dashboard refresh --- campaign/DASHBOARD.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/campaign/DASHBOARD.md b/campaign/DASHBOARD.md index 585d26f..7cdd7d4 100644 --- a/campaign/DASHBOARD.md +++ b/campaign/DASHBOARD.md @@ -1,37 +1,37 @@ # SotS RE campaign — coverage dashboard -Generated 2026-09-08 23:51 UTC · `sots-re` @ cc6db82,2026-09-08 · `sots-engine` @ 16b1e65,2026-09-08 (223 commits) · regenerate with `tools/dashboard.py` +Generated 2026-09-09 00:20 UTC · `sots-re` @ 6f6e74a,2026-09-08 · `sots-engine` @ 1d3f811,2026-09-08 (225 commits) · regenerate with `tools/dashboard.py` > **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte ## 1. Map coverage (campaign/board.md) -370 targets · mapped-or-better **329/370** `[█████████░] 89%` · verified **287/370** `[████████░░] 78%` +375 targets · mapped-or-better **333/375** `[█████████░] 89%` · verified **291/375** `[████████░░] 78%` | Status | Count | % | |---|---:|---:| -| verified | 287 | 78% | +| verified | 291 | 78% | | mapped | 42 | 11% | | in-progress | 4 | 1% | -| backlog | 35 | 9% | +| backlog | 36 | 10% | | blocked | 2 | 1% | | Type | verified | mapped | in-progress | backlog | blocked | total | |---|---:|---:|---:|---:|---:|---:| -| objects | 42 | 6 | 0 | 3 | 1 | 52 | +| objects | 43 | 6 | 0 | 3 | 1 | 53 | | control-flow | 24 | 2 | 0 | 0 | 0 | 26 | | subsystems | 4 | 8 | 0 | 2 | 1 | 15 | -| engine | 28 | 0 | 0 | 0 | 0 | 28 | -| verify | 89 | 15 | 3 | 29 | 0 | 136 | +| engine | 29 | 0 | 0 | 0 | 0 | 29 | +| verify | 90 | 15 | 3 | 30 | 0 | 138 | | phase2 | 13 | 3 | 1 | 0 | 0 | 17 | -| meta | 68 | 6 | 0 | 1 | 0 | 75 | +| meta | 69 | 6 | 0 | 1 | 0 | 76 | | other | 19 | 2 | 0 | 0 | 0 | 21 | ## 2. Binary understanding - RTTI type descriptors: **1,924** (`Game::` 1,404, `Mars::` 194; serializable types 179) - Classes with recovered member layouts: **384** / 1,598 named classes `[██░░░░░░░░] 24%` — `objects/layouts.json` (serializer recovery) plus classes recovered by hand in `struct-recovery.md` + `schema-gaps-resolved.md`. Note 179 types are *serializable*; the recovery also reaches non-serializable ones, so this is not a subset of that -- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1223**, verified **1104** `[█████████░] 90%` +- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1240**, verified **1121** `[█████████░] 90%` ## 3. Data layer @@ -57,15 +57,15 @@ Generated 2026-09-08 23:51 UTC · `sots-re` @ cc6db82,2026-09-08 · `sots-engine | `game/sim` | 4,780 | 14 | 1038 | yes | game-sim.md | | `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md | | `mars/rng` | 244 | 0 | 0 | yes | mars-rng.md | -| `mars/stream` | 5,407 | 7 | 310 | yes | mars-stream.md | +| `mars/stream` | 5,671 | 7 | 313 | yes | mars-stream.md | | `mars/text` | 899 | 8 | 245 | yes | mars-text.md | | `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md | | `shim` | 15,917 | 0 | 0 | direct (WIN32) | H-probes.md | | `shim/hooks` | 12,811 | 0 | 0 | direct (WIN32) | L1-predictions.md | | `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md | -| **total** | **57,435** | **121** | **4238** | | | +| **total** | **57,699** | **121** | **4241** | | | -Board `engine:` rows: verified **28**, mapped 0, in flight 0 (of 28) — verified & merged `[██████████] 100%` +Board `engine:` rows: verified **29**, mapped 0, in flight 0 (of 29) — verified & merged `[██████████] 100%` ## 5. Phase 2 milestones @@ -132,11 +132,11 @@ Most recent open: ## 9. Delta since previous dashboard -- verified targets: 282 → 287 (+5) · mapped-or-better: 324 → 329 (+5) -- engine LOC: 57,292 → 57,435 (+143) · test files: 121 → 121 (+0) · checks: 4,238 → 4,238 (+0) -- addresses verified: 1,104 → 1,104 (+0) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0) +- verified targets: 287 → 291 (+4) · mapped-or-better: 329 → 333 (+4) +- engine LOC: 57,435 → 57,699 (+264) · test files: 121 → 121 (+0) · checks: 4,238 → 4,241 (+3) +- addresses verified: 1,104 → 1,121 (+17) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0) - standalone leaves closed: 45 → 45 (+0) · leaves still diverging: 63 → 63 (+0) --- warnings: board.md: unknown types subsystems; mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed - +