From df6d0ab54b2c4eb90dd72313d0a3f489f04be981 Mon Sep 17 00:00:00 2001 From: AdminTest0 <33925462+AdminTest0@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:45:34 +0800 Subject: [PATCH] Update Program.cs --- Program.cs | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index bb0dc15..b3a0861 100644 --- a/Program.cs +++ b/Program.cs @@ -79,10 +79,7 @@ namespace WeChatGetKey } int WeChatMail = (int)Program.WeChatWinBaseAddress + list[3]; string Mail = Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail); - if (string.IsNullOrWhiteSpace(Mail)) - { - Console.WriteLine("[-] WeChatMail: Can't Get User Mail, Maybe User Is No Binding Email or The current is New Version"); - } + if (string.IsNullOrWhiteSpace(Mail) != false){} else { Console.WriteLine("[+] WeChatMail: " + Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail, 100)); @@ -513,6 +510,28 @@ namespace WeChatGetKey 37883008, 37896508 } + }, + { + "3.7.5.27", + new List + { + 37895736, + 37896544, + 37895592, + 37895464, + 37896508 + } + }, + { + "3.7.5.31", + new List + { + 37903928, + 37904736, + 37903784, + 37903656, + 37904700 + } } }; private static IntPtr WeChatWinBaseAddress = IntPtr.Zero;