From b8923121d8f3857756b12124255f1f273fd5b3e2 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Sep 2026 08:55:08 -0400 Subject: [PATCH] dashboard refresh --- campaign/DASHBOARD.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/campaign/DASHBOARD.md b/campaign/DASHBOARD.md index 4b2c9ab..7fe0030 100644 --- a/campaign/DASHBOARD.md +++ b/campaign/DASHBOARD.md @@ -1,36 +1,37 @@ # SotS RE campaign — coverage dashboard -Generated 2026-09-08 12:30 UTC · `sots-re` @ e1f038e,2026-09-08 · `sots-engine` @ c883a32,2026-09-08 (106 commits) · regenerate with `tools/dashboard.py` +Generated 2026-09-08 12:55 UTC · `sots-re` @ 66bed1d,2026-09-08 · `sots-engine` @ 2bf38bc,2026-09-08 (109 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) -139 targets · mapped-or-better **118/139** `[████████░░] 85%` · verified **93/139** `[███████░░░] 67%` +155 targets · mapped-or-better **131/155** `[████████░░] 85%` · verified **105/155** `[███████░░░] 68%` | Status | Count | % | |---|---:|---:| -| verified | 93 | 67% | -| mapped | 25 | 18% | +| verified | 105 | 68% | +| mapped | 26 | 17% | | in-progress | 2 | 1% | -| backlog | 17 | 12% | +| backlog | 20 | 13% | | blocked | 2 | 1% | | Type | verified | mapped | in-progress | backlog | blocked | total | |---|---:|---:|---:|---:|---:|---:| -| objects | 20 | 6 | 0 | 2 | 1 | 29 | -| control-flow | 2 | 2 | 0 | 1 | 0 | 5 | +| objects | 21 | 6 | 0 | 2 | 1 | 30 | +| control-flow | 6 | 2 | 0 | 1 | 0 | 9 | | subsystems | 3 | 7 | 1 | 3 | 1 | 15 | | engine | 16 | 0 | 0 | 0 | 0 | 16 | -| verify | 23 | 3 | 0 | 8 | 0 | 34 | +| verify | 26 | 4 | 0 | 10 | 0 | 40 | | phase2 | 10 | 3 | 1 | 2 | 0 | 16 | -| meta | 19 | 4 | 0 | 1 | 0 | 24 | +| meta | 21 | 4 | 0 | 1 | 0 | 26 | +| other | 2 | 0 | 0 | 1 | 0 | 3 | ## 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): **723**, verified **703** `[██████████] 97%` +- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **750**, verified **729** `[██████████] 97%` ## 3. Data layer @@ -55,10 +56,10 @@ Generated 2026-09-08 12:30 UTC · `sots-re` @ e1f038e,2026-09-08 · `sots-engine | `mars/stream` | 5,096 | 7 | 282 | yes | mars-stream.md | | `mars/text` | 899 | 8 | 245 | yes | mars-text.md | | `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md | -| `shim` | 9,883 | 0 | 0 | direct (WIN32) | M0.md | -| `shim/hooks` | 6,937 | 0 | 0 | direct (WIN32) | M0.md | +| `shim` | 9,903 | 0 | 0 | direct (WIN32) | M0.md | +| `shim/hooks` | 6,957 | 0 | 0 | direct (WIN32) | M0.md | | `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md | -| **total** | **35,208** | **94** | **3142** | | | +| **total** | **35,248** | **94** | **3142** | | | Board `engine:` rows: verified **16**, mapped 0, in flight 0 (of 16) — verified & merged `[██████████] 100%` @@ -95,10 +96,10 @@ Most recent open: ## 8. Delta since previous dashboard -- verified targets: 93 → 93 (+0) · mapped-or-better: 118 → 118 (+0) -- engine LOC: 35,208 → 35,208 (+0) · test files: 94 → 94 (+0) · checks: 3,142 → 3,142 (+0) -- addresses verified: 702 → 703 (+1) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0) +- verified targets: 93 → 105 (+12) · mapped-or-better: 118 → 131 (+13) +- engine LOC: 35,208 → 35,248 (+40) · test files: 94 → 94 (+0) · checks: 3,142 → 3,142 (+0) +- addresses verified: 703 → 729 (+26) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0) --- -warnings: mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed - +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 +