From 2224f4dca9d856f37a02a9fe4c1941d27c4e564f Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Sat, 6 Apr 2013 07:04:16 -0400 Subject: Adding reflective DLL loading capability Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code! --- .../DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj | 167 +++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj (limited to 'CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj') diff --git a/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj b/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj new file mode 100644 index 0000000..788891f --- /dev/null +++ b/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj @@ -0,0 +1,167 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F4F1D8EF-4069-40F3-9AAB-F75BAD26CBBA} + Win32Proj + DemoDLL + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;DEMODLL_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;DEMODLL_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;DEMODLL_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;DEMODLL_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + false + false + + + + + false + false + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file -- cgit v1.2.3