Seems to be roughly the same changes as Old3DS v10.7, except with the usual buildinfo.dat update in RomFS.
+
Seems to be roughly the same changes as Old3DS v10.7, except with the usual buildinfo.dat update in RomFS. The below date is 6 days after the browser-version-check [[3DS_Userland_Flaws|bypass]] was publicly disclosed.
cat v7184/00000025_romfs/build/buildinfo.dat
cat v7184/00000025_romfs/build/buildinfo.dat
Line 577:
Line 577:
=== Old3DS v10.7 ===
=== Old3DS v10.7 ===
−
''Nothing'' changed except some words for version-values in .text being updated(RomFS wasn't changed), some code for browser-version-check was updated.
+
''Nothing'' changed except some words for version-values in .text being updated(RomFS wasn't changed), code for browser-version-check was [[#v10.7_2|updated]].
== Forced system-update ==
== Forced system-update ==
Line 647:
Line 647:
000020: 20 63 62 76 63 2e 63 64 6e 2e 6e 69 6e 74 65 6e cbvc.cdn.ninten
000020: 20 63 62 76 63 2e 63 64 6e 2e 6e 69 6e 74 65 6e cbvc.cdn.ninten
000030: 64 6f 2e 6e 65 74 0d 0a 0d 0a do.net....
000030: 64 6f 2e 6e 65 74 0d 0a 0d 0a do.net....
+
+
=== v10.7 ===
+
The only actual code change with Old3DS/New3DS browser v10.7 was that the code which calculates the diff_timestamp was moved to immediately after the block which initializes <state_timestamp> when <state_timestamp> is all-zero.