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!
This commit is contained in:
Matt Graeber
2013-04-06 07:04:16 -04:00
parent 014a7bb421
commit 2224f4dca9
15 changed files with 1960 additions and 1 deletions
@@ -0,0 +1,8 @@
// stdafx.cpp : source file that includes just the standard includes
// DemoDLL.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file