aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Added Invoke-ReflectivePEInjectionMatt Graeber1-20/+0
Another awesome addition from Joe Bialek. Invoke-ReflectivePEInjection is a vast improvement over Invoke-ReflectiveDllInjection. It adds the following features: * Now supports loading exe files in memory * Supports reflective dll injection into a remote process * Additional sample Visual Studio solutions
2013-04-06Adding reflective DLL loading capabilityMatt Graeber1-0/+20
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code!