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 --- .../mimikatz-1.0/kappfree/kappfree.vcxproj | 119 +++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 Exfiltration/mimikatz-1.0/kappfree/kappfree.vcxproj (limited to 'Exfiltration/mimikatz-1.0/kappfree/kappfree.vcxproj') diff --git a/Exfiltration/mimikatz-1.0/kappfree/kappfree.vcxproj b/Exfiltration/mimikatz-1.0/kappfree/kappfree.vcxproj new file mode 100644 index 0000000..ef29473 --- /dev/null +++ b/Exfiltration/mimikatz-1.0/kappfree/kappfree.vcxproj @@ -0,0 +1,119 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {E7A85049-E31E-4575-B6A0-E6F1EAA9EEB0} + Win32Proj + kappfree + + + + DynamicLibrary + false + true + Unicode + Static + + + DynamicLibrary + false + true + Unicode + Static + + + + + + + + + + + + + false + $(SolutionDir)$(Platform)\ + $(Platform)\ + + + false + $(SolutionDir)$(Platform)\ + $(Platform)\ + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;KAPPFREE_EXPORTS;%(PreprocessorDefinitions) + $(SolutionDir)/commun;$(SolutionDir)/modules + Size + true + false + Fast + false + false + None + + + Windows + false + true + true + advapi32.lib;%(AdditionalDependencies) + NoErrorReport + + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;KAPPFREE_EXPORTS;%(PreprocessorDefinitions) + $(SolutionDir)/commun;$(SolutionDir)/modules + Size + true + false + Fast + false + false + None + + + Windows + false + true + true + advapi32.lib;%(AdditionalDependencies) + NoErrorReport + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3