From 540f13b35bc7d4aefe1a3433f7461c68a38368bb Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Fri, 5 Dec 2025 19:44:30 +0800 Subject: [PATCH] config: add support for multiple instances --- config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.json b/config.json index 397df08..5d8aca5 100644 --- a/config.json +++ b/config.json @@ -71,6 +71,16 @@ "asm": "00008052C0035FD6" } ] + }, + { + "identifier": "multiInstance", + "entries": [ + { + "arch": "arm64", + "addr": "1001e1c10", + "asm": "20008052C0035FD6" + } + ] } ] }