Files
PowerShellMafia-PowerSploit/CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.cpp
T
Matt Graeber 2224f4dca9 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!
2013-04-06 07:04:16 -04:00

9 lines
286 B
C++

// 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