From 69bfe8b953860eb9fdbfe3ef7a1c1b0e26fc24c8 Mon Sep 17 00:00:00 2001 From: renjiangtao Date: Fri, 13 Feb 2026 11:17:01 +0800 Subject: [PATCH] feat: update 34817 x86_64 minimal config --- config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config.json b/config.json index e818069..dd45a4b 100644 --- a/config.json +++ b/config.json @@ -303,5 +303,30 @@ ] } ] + }, + { + "version": "34817", + "targets": [ + { + "identifier": "revoke", + "entries": [ + { + "arch": "x86_64", + "addr": "1049c295b", + "asm": "31C0909090" + } + ] + }, + { + "identifier": "multiInstance", + "entries": [ + { + "arch": "x86_64", + "addr": "1001dbbc0", + "asm": "B801000000C3" + } + ] + } + ] } ]