From 268f407d49828e742aa6469bf3b8bc7d6f647cef Mon Sep 17 00:00:00 2001 From: AdminTest0 <33925462+AdminTest0@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:14:55 +0800 Subject: [PATCH] Update Program.cs --- Program.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index c08cdd6..d2be3c9 100644 --- a/Program.cs +++ b/Program.cs @@ -553,8 +553,19 @@ private static string bytes2hex(byte[] bytes) 38986104, 38987148 } + }, + { + "3.7.6.44", + new List + { + 39016520, + 39017328, + 39016376, + 38986104, + 39017292 + } } }; private static IntPtr WeChatWinBaseAddress = IntPtr.Zero; } -} \ No newline at end of file +}