This commit is contained in:
世元 李
2020-03-20 16:13:48 +08:00
parent 6ba09c63be
commit 06d419e563
17 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1 @@
98f2780c0c3c7c5ee3745f5d099f33acbb6379f0

View File

@@ -22,3 +22,4 @@ D:\VSProject\cs2\cs2_united\cs2_chs\obj\x86\Release\cs2_chs.csproj.CopyComplete
D:\VSProject\cs2\cs2_united\cs2_chs\obj\x86\Release\cs2_chs.exe
D:\VSProject\cs2\cs2_united\cs2_chs\obj\x86\Release\cs2_chs.pdb
D:\VSProject\cs2\cs2_united\cs2_chs\obj\x86\Release\cs2_chs.csprojAssemblyReference.cache
D:\VSProject\cs2\cs2_united\cs2_chs\obj\x86\Release\cs2_chs.csproj.CoreCompileInputs.cache

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,9 +1,12 @@
 Replace.cpp
 pch.cpp
BuildIn.cpp
Data.cpp
dllmain.cpp
Replace.cpp
D:\VSProject\cs2\cs2_united\cs2_patch\Replace.cpp(74,23): warning C4018: “<”: 有符号/无符号不匹配
正在创建库 D:\VSProject\cs2\cs2_united\Release\cs2_patch.lib 和对象 D:\VSProject\cs2\cs2_united\Release\cs2_patch.exp
正在生成代码
2 of 162 functions ( 1.2%) were compiled, the rest were copied from previous compilation.
0 functions were new in current compilation
0 functions had inline decision re-evaluated but remain unchanged
Compiler version has changed, fall back to full compilation.
All 162 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
已完成代码的生成
cs2_patch.vcxproj -> D:\VSProject\cs2\cs2_united\Release\cs2_patch.dll

Binary file not shown.

View File

@@ -1,2 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.25.28610:TargetPlatformVersion=10.0.18362.0:
Release|Win32|D:\VSProject\cs2\cs2_united\|

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -52,9 +52,9 @@ void ApplyStringToCV(LPCWSTR ws, DWORD pDf)
// return;
// SetWindowTextW(GetForegroundWindow(),ws);
TESTDATA loadFirst = *((TESTDATA*)(*(DWORD*)pDf));
//if (pNewDf)
// free(pNewDf);
pNewDf =(TESTDATA*) malloc(1024*96);
if (pNewDf&& pNewDf== (TESTDATA*)*(DWORD*)pDf)
free(pNewDf);
pNewDf = (TESTDATA*)malloc(1024 * 96);