Add mappings for 9.9.26-45627 and 6.9.88-44725
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run

Add support for new client builds by updating external mappings. appid.json: add 9.9.26-45627 (appid 537340060) and 6.9.88-44725 (appid 537337594) with QUA strings. napi2native.json: add send/recv entries for 9.9.26-45627-x64, 6.9.88-44725-x64 and 6.9.88-44725-arm64. packet.json: add corresponding send/recv offsets for the same builds/architectures. These additions enable handling of the new versions in napcat-core.
This commit is contained in:
手瓜一十雪 2026-01-31 15:55:36 +08:00
parent c0bcced5fb
commit 17322bb5a4
3 changed files with 32 additions and 0 deletions

View File

@ -518,5 +518,13 @@
"9.9.26-44725": { "9.9.26-44725": {
"appid": 537337569, "appid": 537337569,
"qua": "V1_WIN_NQ_9.9.26_44725_GW_B" "qua": "V1_WIN_NQ_9.9.26_44725_GW_B"
},
"9.9.26-45627": {
"appid": 537340060,
"qua": "V1_WIN_NQ_9.9.26_45627_GW_B"
},
"6.9.88-44725": {
"appid": 537337594,
"qua": "V1_MAC_NQ_6.9.88_44725_GW_B"
} }
} }

View File

@ -154,5 +154,17 @@
"9.9.26-44725-x64": { "9.9.26-44725-x64": {
"send": "0A18D0C", "send": "0A18D0C",
"recv": "1D4BF0D" "recv": "1D4BF0D"
},
"9.9.26-45627-x64": {
"send": "0A697CC",
"recv": "1E86AC1"
},
"6.9.88-44725-x64": {
"send": "2756EF6",
"recv": "0A36152"
},
"6.9.88-44725-arm64": {
"send": "2313C68",
"recv": "09693E4"
} }
} }

View File

@ -662,5 +662,17 @@
"9.9.26-44725-x64": { "9.9.26-44725-x64": {
"send": "2CEBB20", "send": "2CEBB20",
"recv": "2CEF0A0" "recv": "2CEF0A0"
},
"9.9.26-45627-x64": {
"send": "2E59CC0",
"recv": "2E5D240"
},
"6.9.88-44725-x64": {
"send": "451FE90",
"recv": "4522A40"
},
"6.9.88-44725-arm64": {
"send": "3D79168",
"recv": "3D7BA78"
} }
} }