From 0c5004c8b3451df08e8fa7b9ad3e8f3e028d1ef8 Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Sun, 8 Feb 2026 21:28:17 +0800 Subject: [PATCH] config: add version 34371 support --- config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config.json b/config.json index c2ef3bc..e818069 100644 --- a/config.json +++ b/config.json @@ -278,5 +278,30 @@ ] } ] + }, + { + "version": "34371", + "targets": [ + { + "identifier": "revoke", + "entries": [ + { + "arch": "arm64", + "addr": "103e7cd2c", + "asm": "00008052C0035FD6" + } + ] + }, + { + "identifier": "multiInstance", + "entries": [ + { + "arch": "arm64", + "addr": "1001b82c4", + "asm": "20008052C0035FD6" + } + ] + } + ] } ]