aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/CodeExecution.psd1
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05Adding Invoke-ShellcodeMSILMatt Graeber1-87/+87
Invoke-ShellcodeMSIL executes shellcode without making any Win32 function calls.
2013-01-20Added 'CodeExecution' Modulebitform1-0/+88
* 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.