Skip to content

Commit 0e37bd4

Browse files
authored
Update Program.cs
1 parent 6bf757e commit 0e37bd4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Program.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,17 @@ private static string bytes2hex(byte[] bytes)
619619
38986104,
620620
48419244
621621
}
622+
},
623+
{
624+
"3.9.2.23",
625+
new List<int>
626+
{
627+
50320784,
628+
50321712,
629+
50320640,
630+
38986104,
631+
50321676
632+
}
622633
}
623634
};
624635
private static IntPtr WeChatWinBaseAddress = IntPtr.Zero;

0 commit comments

Comments
 (0)