Browse Source

替换注入文件

pjzs_starttask_update
shanji 1 year ago
parent
commit
1bfc4a1081
  1. 2
      BBWY.Client/BBWY.Client.csproj
  2. 1
      BBWY.Client/Helpers/DongDongHelper.cs
  3. BIN
      InDll2/dllin.exe
  4. BIN
      InDll2/sendPhone.dll

2
BBWY.Client/BBWY.Client.csproj

@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\Images\bbwylogo.ico</ApplicationIcon>

1
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);
}

BIN
InDll2/dllin.exe

Binary file not shown.

BIN
InDll2/sendPhone.dll

Binary file not shown.
Loading…
Cancel
Save