From 59cd18360764af6e6133ad11ec9cd8295372e587 Mon Sep 17 00:00:00 2001 From: clymb3r Date: Tue, 1 Oct 2013 09:47:05 -0700 Subject: Adding Invoke-Mimikatz and Invoke-Ninjacopy --- .../librairies/kelloworld/kelloworld.vcxproj | 121 +++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 Exfiltration/mimikatz-1.0/librairies/kelloworld/kelloworld.vcxproj (limited to 'Exfiltration/mimikatz-1.0/librairies/kelloworld/kelloworld.vcxproj') diff --git a/Exfiltration/mimikatz-1.0/librairies/kelloworld/kelloworld.vcxproj b/Exfiltration/mimikatz-1.0/librairies/kelloworld/kelloworld.vcxproj new file mode 100644 index 0000000..b0b3674 --- /dev/null +++ b/Exfiltration/mimikatz-1.0/librairies/kelloworld/kelloworld.vcxproj @@ -0,0 +1,121 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {D0ABA26B-0C4F-41F0-8F3C-7F5EFE3C50C6} + Win32Proj + kelloworld + + + + DynamicLibrary + false + true + Unicode + Static + + + DynamicLibrary + false + true + Unicode + Static + + + + + + + + + + + + + false + $(SolutionDir)$(Platform)\ + $(Platform)\ + + + false + $(SolutionDir)$(Platform)\ + $(Platform)\ + + + + Level3 + NotUsing + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;KELLOWORLD_EXPORTS;%(PreprocessorDefinitions) + $(SolutionDir)/commun;$(SolutionDir)/modules;%(AdditionalIncludeDirectories) + Size + true + false + Fast + false + false + None + + + Windows + true + true + user32.lib + NoErrorReport + + + + + Level3 + NotUsing + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;KELLOWORLD_EXPORTS;%(PreprocessorDefinitions) + $(SolutionDir)/commun;$(SolutionDir)/modules;%(AdditionalIncludeDirectories) + Size + true + false + Fast + false + false + None + + + Windows + true + true + user32.lib + NoErrorReport + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3