Skip to content

Commit 6edd9aa

Browse files
committed
Update for new ReflectiveDLL Submodule
1 parent 57342a9 commit 6edd9aa

File tree

3 files changed

+8
-79
lines changed

3 files changed

+8
-79
lines changed

external/source/exploits/cve-2013-3660/Readme.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<LinkIncremental>false</LinkIncremental>
110110
<TargetName>exploit</TargetName>
111111
<SourcePath>$(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src;..\..\..\ReflectiveDLLInjection\dll\src\;</SourcePath>
112-
<IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath>
112+
<IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\common\;..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath>
113113
</PropertyGroup>
114114
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
115115
<LinkIncremental>false</LinkIncremental>
@@ -118,7 +118,7 @@
118118
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
119119
<IntDir>$(Platform)\$(Configuration)\</IntDir>
120120
<LinkIncremental>false</LinkIncremental>
121-
<IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath>
121+
<IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\common\;..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath>
122122
<SourcePath>$(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src;..\..\..\ReflectiveDLLInjection\dll\src\;</SourcePath>
123123
</PropertyGroup>
124124
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -260,7 +260,7 @@
260260
<ClCompile Include="src\ReflectiveDll.c" />
261261
</ItemGroup>
262262
<ItemGroup>
263-
<ClInclude Include="..\..\..\ReflectiveDLLInjection\dll\src\ReflectiveDLLInjection.h" />
263+
<ClInclude Include="..\..\..\ReflectiveDLLInjection\common\ReflectiveDLLInjection.h" />
264264
<ClInclude Include="..\..\..\ReflectiveDLLInjection\dll\src\ReflectiveLoader.h" />
265265
<ClInclude Include="src\ComplexPath.h" />
266266
</ItemGroup>

external/source/vncdll/loader/loader.vcproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Name="VCCLCompilerTool"
4646
Optimization="0"
4747
PreprocessorDefinitions="WIN32;WIN_X86;_DEBUG;_WINDOWS;_USRDLL;LOADER_EXPORTS;_CRT_SECURE_NO_WARNINGS;REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN;"
48-
AdditionalIncludeDirectories="..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
48+
AdditionalIncludeDirectories="..\..\..\ReflectiveDLLInjection\common\;..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
4949
MinimalRebuild="true"
5050
BasicRuntimeChecks="3"
5151
RuntimeLibrary="3"
@@ -118,7 +118,7 @@
118118
Name="VCCLCompilerTool"
119119
Optimization="0"
120120
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LOADER_EXPORTS;REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN;"
121-
AdditionalIncludeDirectories="..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
121+
AdditionalIncludeDirectories="..\..\..\ReflectiveDLLInjection\common\;..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
122122
MinimalRebuild="true"
123123
BasicRuntimeChecks="3"
124124
RuntimeLibrary="3"
@@ -193,7 +193,7 @@
193193
Optimization="2"
194194
EnableIntrinsicFunctions="true"
195195
PreprocessorDefinitions="WIN32;WIN_X86;NDEBUG;_WINDOWS;_USRDLL;LOADER_EXPORTS;_CRT_SECURE_NO_WARNINGS;REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN;"
196-
AdditionalIncludeDirectories="..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
196+
AdditionalIncludeDirectories="..\..\..\ReflectiveDLLInjection\common\;..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
197197
RuntimeLibrary="0"
198198
EnableFunctionLevelLinking="true"
199199
UsePrecompiledHeader="0"
@@ -278,7 +278,7 @@
278278
Optimization="2"
279279
EnableIntrinsicFunctions="true"
280280
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LOADER_EXPORTS;_CRT_SECURE_NO_WARNINGS;REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN"
281-
AdditionalIncludeDirectories="..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
281+
AdditionalIncludeDirectories="..\..\..\ReflectiveDLLInjection\common\;..\..\ReflectiveDLLInjection\dll\src\;..\..\ReflectiveDLLInjection\inject\src\;"
282282
RuntimeLibrary="0"
283283
EnableFunctionLevelLinking="true"
284284
UsePrecompiledHeader="0"
@@ -404,7 +404,7 @@
404404
>
405405
</File>
406406
<File
407-
RelativePath="..\..\ReflectiveDLLInjection\dll\src\ReflectiveDLLInjection.h"
407+
RelativePath="..\..\ReflectiveDLLInjection\common\ReflectiveDLLInjection.h"
408408
>
409409
</File>
410410
<File

0 commit comments

Comments
 (0)