From 3cb51a17a6362ef1d0df2a327a4efc79f12ac5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 31 Aug 2025 21:32:15 +0800 Subject: [PATCH] Add new appid and offset entries for version 38960 Updated appid.json and offset.json to include new entries for versions 3.2.19-38960 and 9.9.21-38960, supporting both x64 and arm64 architectures. --- src/core/external/appid.json | 8 ++++++++ src/core/external/offset.json | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 6ccc47c0..96361ad4 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -370,5 +370,13 @@ "9.9.21-38711": { "appid": 537307655, "qua": "V1_WIN_NQ_9.9.21_38626_GW_B" + }, + "9.9.21-38960": { + "appid": 537313855, + "qua": "V1_WIN_NQ_9.9.21_38960_GW_B" + }, + "3.2.19-38960": { + "appid": 537313891, + "qua": "V1_LNX_NQ_3.2.19_38960_GW_B" } } \ No newline at end of file diff --git a/src/core/external/offset.json b/src/core/external/offset.json index 53a91a69..53222a48 100644 --- a/src/core/external/offset.json +++ b/src/core/external/offset.json @@ -486,5 +486,17 @@ "9.9.21-38711-x64": { "send": "310A758", "recv": "310DEFC" + }, + "3.2.19-38960-x64": { + "send": "B3740E0", + "recv": "B377B60" + }, + "9.9.21-38960-x64": { + "send": "313F7D8", + "recv": "3142F7C" + }, + "3.2.19-38960-arm64": { + "send": "7B01D98", + "recv": "7B05728" } } \ No newline at end of file