From 956e4c968a1795d868e35fcb72311704d616cbaf Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sun, 16 Nov 2014 10:26:11 -0500 Subject: Moving all RE functionality to PowerShellArsenal https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module. --- PETools/PETools.psm1 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 PETools/PETools.psm1 (limited to 'PETools/PETools.psm1') diff --git a/PETools/PETools.psm1 b/PETools/PETools.psm1 deleted file mode 100644 index 81d3818..0000000 --- a/PETools/PETools.psm1 +++ /dev/null @@ -1 +0,0 @@ -Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} -- cgit v1.2.3