This commit is contained in:
2024-11-08 11:30:08 +08:00
parent 19206ab763
commit bfb9be65b5
65 changed files with 97044 additions and 323 deletions

View File

@@ -71,7 +71,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>H:\Zlib-win32;$(LocalDebuggerWorkingDirectory)OtherInc\openssl\include;$(LocalDebuggerWorkingDirectory)OtherInc;$(LocalDebuggerWorkingDirectory)Include;$(IncludePath)</IncludePath>
<IncludePath>H:\Zlib-win32;$(LocalDebuggerWorkingDirectory)OtherInc\nlohmann;$(LocalDebuggerWorkingDirectory)OtherInc\openssl\include;$(LocalDebuggerWorkingDirectory)OtherInc;$(LocalDebuggerWorkingDirectory)Include;$(IncludePath)</IncludePath>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
<OutDir>I:\DOF\DNF-CC\Plugins\</OutDir>
<LibraryPath>$(LocalDebuggerWorkingDirectory)OtherLib;$(LibraryPath)</LibraryPath>
@@ -111,7 +111,7 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>libMinHook.x86.lib;libcrypto.lib;libssl.lib;Imm32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>libMinHook.x86.lib;libcrypto.lib;libssl.lib;Imm32.lib;frida-gum.lib;iconv.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(LocalDebuggerWorkingDirectory)OtherLib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>MSVCRT.lib</IgnoreSpecificDefaultLibraries>
</Link>
@@ -151,6 +151,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="ActiveHook.hpp" />
<ClInclude Include="framework.h" />
<ClInclude Include="Include\BASE64.h" />
<ClInclude Include="Include\DNFTOOL.hpp" />
@@ -175,9 +176,15 @@
<ProjectReference Include="..\..\..\Zlib-win32\build\zlibstatic.vcxproj">
<Project>{66d10fed-87a1-35ee-b07d-16325d3b1c7c}</Project>
</ProjectReference>
<ProjectReference Include="F:\nut\SQUIRREL2\sqstdlib\sqstdlib.vcxproj">
<Project>{5b802548-c7c1-4993-b338-472af8b11730}</Project>
</ProjectReference>
<ProjectReference Include="F:\nut\SQUIRREL2\squirrel\squirrel.vcxproj">
<Project>{055a88b6-e28d-4155-a0db-b2b60dd6c7ae}</Project>
</ProjectReference>
<ProjectReference Include="F:\zhuomian\Libffi-master\Libffi-master\build\ffi.vcxproj">
<Project>{e76c4b11-4165-3c69-89ce-954037c7bb5b}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">