diff options
| author | auth12 <[email protected]> | 2020-08-01 11:15:55 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-08-01 11:15:55 -0700 |
| commit | 5bbda279685f52693d4f5d9cb1500e295e06fc1e (patch) | |
| tree | 87cc4aa993afe879f8b5dffbbe7013dcf8e5dc44 /client/client.vcxproj | |
| parent | Added server support for both x64 and x32 images with automatic selection. (diff) | |
| download | loader-5bbda279685f52693d4f5d9cb1500e295e06fc1e.tar.xz loader-5bbda279685f52693d4f5d9cb1500e295e06fc1e.zip | |
Started security.
Diffstat (limited to 'client/client.vcxproj')
| -rw-r--r-- | client/client.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.vcxproj b/client/client.vcxproj index 170107c..f5c6722 100644 --- a/client/client.vcxproj +++ b/client/client.vcxproj @@ -160,6 +160,7 @@ <ClInclude Include="src\include.h" /> <ClInclude Include="src\injection\pe.h" /> <ClInclude Include="src\injection\process.h" /> + <ClInclude Include="src\security\security.h" /> <ClInclude Include="src\util\apiset.h" /> <ClInclude Include="src\util\events.h" /> <ClInclude Include="src\util\io.h" /> @@ -172,6 +173,7 @@ <ClCompile Include="src\injection\mapper.cpp" /> <ClCompile Include="src\injection\process.cpp" /> <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\security\security.cpp" /> <ClCompile Include="src\util\apiset.cpp" /> <ClCompile Include="src\util\io.cpp" /> <ClCompile Include="src\util\syscalls.cpp" /> |