From 808165b008966f6a0249641233d452f482f80793 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: Thu, 15 Jan 2026 10:53:58 +0800 Subject: [PATCH] Add napi2native mapping for 3.2.21-42086-arm64 Introduced native address mappings for the 3.2.21-42086-arm64 version, including 'send' and 'recv' function offsets. --- packages/napcat-core/external/napi2native.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/napcat-core/external/napi2native.json b/packages/napcat-core/external/napi2native.json index 9fe3a696..94259e60 100644 --- a/packages/napcat-core/external/napi2native.json +++ b/packages/napcat-core/external/napi2native.json @@ -87,6 +87,10 @@ "send": "23B0330", "recv": "0957648" }, + "3.2.21-42086-arm64": { + "send": "3D6D98C", + "recv": "14797C8" + }, "3.2.21-42086-x64": { "send": "5B42CF0", "recv": "2FDA6F0"