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! --- CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user (limited to 'CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user') diff --git a/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user b/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3