From 2a9978b046aa3b3485d345a58b5b9da7304dc3de Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Wed, 10 Dec 2025 00:10:09 +0800 Subject: [PATCH] config: add version 31960 support --- config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config.json b/config.json index 1b8a3c7..008692e 100644 --- a/config.json +++ b/config.json @@ -168,5 +168,30 @@ ] } ] + }, + { + "version": "31960", + "targets": [ + { + "identifier": "revoke", + "entries": [ + { + "arch": "arm64", + "addr": "10408a408", + "asm": "00008052C0035FD6" + } + ] + }, + { + "identifier": "multiInstance", + "entries": [ + { + "arch": "arm64", + "addr": "1001e4a38", + "asm": "20008052C0035FD6" + } + ] + } + ] } ]