Update Program.cs

This commit is contained in:
AdminTest0 2022-08-07 19:45:34 +08:00 committed by GitHub
parent ed7cc063f0
commit df6d0ab54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,10 +79,7 @@ namespace WeChatGetKey
} }
int WeChatMail = (int)Program.WeChatWinBaseAddress + list[3]; int WeChatMail = (int)Program.WeChatWinBaseAddress + list[3];
string Mail = Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail); string Mail = Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail);
if (string.IsNullOrWhiteSpace(Mail)) if (string.IsNullOrWhiteSpace(Mail) != false){}
{
Console.WriteLine("[-] WeChatMail: Can't Get User Mail, Maybe User Is No Binding Email or The current is New Version");
}
else else
{ {
Console.WriteLine("[+] WeChatMail: " + Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail, 100)); Console.WriteLine("[+] WeChatMail: " + Program.GetMail(WeChatProcess.Handle, (IntPtr)WeChatMail, 100));
@ -513,6 +510,28 @@ namespace WeChatGetKey
37883008, 37883008,
37896508 37896508
} }
},
{
"3.7.5.27",
new List<int>
{
37895736,
37896544,
37895592,
37895464,
37896508
}
},
{
"3.7.5.31",
new List<int>
{
37903928,
37904736,
37903784,
37903656,
37904700
}
} }
}; };
private static IntPtr WeChatWinBaseAddress = IntPtr.Zero; private static IntPtr WeChatWinBaseAddress = IntPtr.Zero;