Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-06 | Adding reflective DLL loading capability | Matt Graeber | 14 | -1/+1956 | |
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code! | |||||
2013-04-05 | Adding Invoke-ShellcodeMSIL | Matt Graeber | 2 | -87/+357 | |
Invoke-ShellcodeMSIL executes shellcode without making any Win32 function calls. | |||||
2013-02-17 | Updated 64-32bit conversion logic for Metasploit | bitform | 1 | -2/+2 | |
2013-01-21 | Consistency improvements in comment-based help | bitform | 2 | -2/+2 | |
2013-01-20 | Added 'CodeExecution' Module | bitform | 5 | -0/+1142 | |
* I unfortunately needed to change the names of Inject-Shellcode and Inject-Dll to Invoke-Shellcode and Invoke-DllInjection in order to confirm to proper verb naming. |