From 18077895119322bc1b81d24e93dc564869cb3627 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: Tue, 4 Nov 2025 21:55:09 +0800 Subject: [PATCH] Add send and recv mappings for 3.2.21-41857-arm64 Updated napi2native.json to include the 'send' and 'recv' addresses for the 3.2.21-41857-arm64 version, which were previously missing. --- src/core/external/napi2native.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index 9b2c38b3..bc3e4d54 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -72,8 +72,8 @@ "recv": "2FDB0B0" }, "3.2.21-41857-arm64": { - "send": "", - "recv": "" + "send": "3D6EE6C", + "recv": "1479EDC" }, "9.9.23-41857-x64": { "send": "0A01394",