diff --git a/BBWY.Client/BBWY.Client.csproj b/BBWY.Client/BBWY.Client.csproj index dc02d1e7..6994eb7e 100644 --- a/BBWY.Client/BBWY.Client.csproj +++ b/BBWY.Client/BBWY.Client.csproj @@ -1,7 +1,7 @@  - WinExe + Exe netcoreapp3.1 true Resources\Images\bbwylogo.ico diff --git a/BBWY.Client/Helpers/DongDongHelper.cs b/BBWY.Client/Helpers/DongDongHelper.cs index e438f6b6..7a65968a 100644 --- a/BBWY.Client/Helpers/DongDongHelper.cs +++ b/BBWY.Client/Helpers/DongDongHelper.cs @@ -34,6 +34,7 @@ namespace BBWY.Client.Helpers //p.UseShellExecute = true; p.CreateNoWindow = true; p.FileName= Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "InJectionDongDong", "dllin.exe"); + p.Arguments = "[jdwb_cef_subprocess]"; p.Verb = "runas"; Process.Start(p); } diff --git a/InDll2/dllin.exe b/InDll2/dllin.exe index 91038ac7..45437158 100644 Binary files a/InDll2/dllin.exe and b/InDll2/dllin.exe differ diff --git a/InDll2/sendPhone.dll b/InDll2/sendPhone.dll index 29087c73..50247e46 100644 Binary files a/InDll2/sendPhone.dll and b/InDll2/sendPhone.dll differ