Skip to content

Commit efdfea4

Browse files
committed
fix project files for dll hollowing shellcode
1 parent c52124c commit efdfea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Injection Methods/Local Process/DLL Hollowing (Shellcode)/data/DLL Hollowing.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</Link>
125125
</ItemDefinitionGroup>
126126
<ItemGroup>
127-
<ClCompile Include="dll-hollowing-shellcode.c" />
127+
<ClCompile Include="..\dll-hollowing-shellcode.c" />
128128
</ItemGroup>
129129
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
130130
<ImportGroup Label="ExtensionTargets">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<ClCompile Include="dll-hollowing-shellcode.c" />
4+
<ClCompile Include="..\dll-hollowing-shellcode.c" />
55
</ItemGroup>
66
</Project>

0 commit comments

Comments
 (0)