能力值:
( LV2,RANK:10 )
|
-
-
2 楼
using System;
using System.Threading;
using System.Windows.Forms;
using CefSharp;
using WeChat.Code;
using WeChat.Forms;
using WeChat.Properties;
internal static class Class1
{
[STAThread]
private static void Main()
{
try
{
PublicClass.EncryptKey = EncryptHelper.Decrypt("ADE189EF7FBAA9C87A0786A5EF21BF82", PublicClass.EncryptKey);
Settings.Default.SessionID = Guid.NewGuid().ToString("n");
PublicClass.SessionID = Settings.Default.SessionID;
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Class27.l7T3x0fzwFKwq();
new Thread(new ThreadStart(LogHelper.ClearBigLogFile))
{
IsBackground = true
}.Start();
Cef.Initialize();
frmMain frmMain = new frmMain();
if (frmMain.SysShutDown)
{
frmMain.Close();
Cef.Shutdown();
}
else
{
Application.Run(frmMain);
Cef.Shutdown();
}
}
catch (Exception ex)
{
LogHelper.Log("Program-Main:" + ex.ToString());
}
}
}
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
能求个脱壳后的文件么
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
这里不是提供破解服务的论坛。呵呵。。。。。。
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
我也解决不了,de4dot貌似要修改源码才可以
|
能力值:
( LV3,RANK:20 )
|
-
-
6 楼
下载个修改版的de4dot就可以搞定
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
|
|
|