From 355f7fb4a0cce9eec18ad4760e30b09810daaadc 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: Sat, 1 Nov 2025 16:18:51 +0800 Subject: [PATCH] Update napi2native mappings for new and existing versions Added mappings for versions 6.9.82-40824-arm64 and 6.9.82-40768-arm64. Updated 'send' addresses for versions 6.9.82-40990-arm64 and 6.9.83-41679-arm64 to reflect new offsets. --- src/core/external/napi2native.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index c28ab1d1..6927d057 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -39,12 +39,20 @@ "send": "09FF0F4", "recv": "1D1A039" }, + "6.9.82-40824-arm64": { + "send": "05FA930", + "recv": "0B41B90" + }, + "6.9.82-40768-arm64": { + "send": "05FA930", + "recv": "0B41B90" + }, "6.9.82-40990-arm64": { - "send": "0822F0C", + "send": "05FA930", "recv": "0B41B90" }, "6.9.83-41679-arm64": { - "send": "06DFD30", + "send": "0237D114", "recv": "0957648" } } \ No newline at end of file