Update Program.cs
This commit is contained in:
parent
ed7cc063f0
commit
df6d0ab54b
27
Program.cs
27
Program.cs
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user