re: bounded scan fixes the freeze; mission-over branch confirmed on the oracle

Bounding the pointer scan to 0xBC000000-0xBD000000 (with a full-sweep fallback)
drops find_mission from a ~371MB walk to 0.7s. The run then went 694s with the
probe attached and NO freeze, against 3-of-3 frozen inside ~4 minutes with the
unbounded version. n=1, but the first probe-attached run to survive.

State encoding pinned to three points: 1 = not yet deployed, 2 = active,
4 = destroyed. ADN111 caught going 2 -> 4 at 433s while the active count fell
36 -> 27.

The phase ended at 694.9s WITHOUT the ordinal advancing, and every field matches
the branch read statically from sub_82260710: [phase+300]=2 (last-phase flag),
[mission+20]=0 (mission-over state), [phase+196]=1 (finished), [mission+40]=1
(unchanged). The static state machine is confirmed on the live oracle for the
mission-over half.

But this was a LOSS, not a clear: GAME OVER on screen, escort at 35.7%, pilot
DEAD at 676s, and two of the three objective squadrons still at state 2. So the
'destroy all three clears phase 1' prediction remains untested. What is
established is that the else-branch is the only route to phase 2 and needs
[phase+300] != 2 when the phase ends.

Five attempts, still no phase advance observed -- the obstacle is now keeping the
escort alive, not the freeze or the instrument.
This commit is contained in:
Sylpheed RE agent
2026-08-25 16:07:26 +00:00
parent 22b6541cd9
commit 47af78d668
3 changed files with 115 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
file base 0xAB840010 ScriptMission 0xBC79C960
[ 0.7s] phase=1 finished=0 active= 24 ADN110:1 ADN111:1 ADN112:1
[ 19.9s] phase=1 finished=0 active= 27 ADN110:1 ADN111:1 ADN112:1
[ 54.9s] phase=1 finished=0 active= 30 ADN110:1 ADN111:1 ADN112:1
[ 113.8s] phase=1 finished=0 active= 33 ADN110:2 ADN111:2 ADN112:2
[ 161.0s] phase=1 finished=0 active= 35 ADN110:2 ADN111:2 ADN112:2
[ 191.0s] phase=1 finished=0 active= 36 ADN110:2 ADN111:2 ADN112:2
[ 220.1s] phase=1 finished=0 active= 34 ADN110:2 ADN111:2 ADN112:2
[ 245.1s] phase=1 finished=0 active= 33 ADN110:2 ADN111:2 ADN112:2
[ 255.2s] phase=1 finished=0 active= 32 ADN110:2 ADN111:2 ADN112:2
[ 303.3s] phase=1 finished=0 active= 31 ADN110:2 ADN111:2 ADN112:2
[ 433.0s] phase=1 finished=0 active= 30 ADN110:2 ADN111:4 ADN112:2
[ 438.0s] phase=1 finished=0 active= 29 ADN110:2 ADN111:4 ADN112:2
[ 616.7s] phase=1 finished=0 active= 28 ADN110:2 ADN111:4 ADN112:2
[ 631.7s] phase=1 finished=0 active= 27 ADN110:2 ADN111:4 ADN112:2
[ 694.9s] phase=1 finished=1 active= 27 ADN110:2 ADN111:4 ADN112:2