Skip to content

Commit bddb843

Browse files
authored
Update Program.cs
1 parent d49597e commit bddb843

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 numberOriginal file lineDiff line numberDiff line change
@@ -630,6 +630,17 @@ private static string bytes2hex(byte[] bytes)
630
38986104,
630
38986104,
631
50321676
631
50321676
632
}
632
}
633+
},
634+
{
635+
"3.9.2.26",
636+
new List<int>
637+
{
638+
50329040,
639+
50329968,
640+
50328896,
641+
38986104,
642+
50329932
643+
}
633
}
644
}
634
};
645
};
635
private static IntPtr WeChatWinBaseAddress = IntPtr.Zero;
646
private static IntPtr WeChatWinBaseAddress = IntPtr.Zero;

0 commit comments

Comments
 (0)