aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/DemoReflectiveDLL/DemoDLL
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Added Invoke-ReflectivePEInjectionMatt Graeber10-384/+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 Graeber10-0/+384
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code!