From a233d60908d5442214ac6f5726c89f4d0b41418d Mon Sep 17 00:00:00 2001 From: bitform Date: Sun, 20 Jan 2013 21:34:37 -0500 Subject: Added 'CodeExecution' Module * 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. --- CodeExecution/CodeExecution.psm1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 CodeExecution/CodeExecution.psm1 (limited to 'CodeExecution/CodeExecution.psm1') diff --git a/CodeExecution/CodeExecution.psm1 b/CodeExecution/CodeExecution.psm1 new file mode 100644 index 0000000..e5234fb --- /dev/null +++ b/CodeExecution/CodeExecution.psm1 @@ -0,0 +1 @@ +Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} \ No newline at end of file -- cgit v1.2.3