aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.psm1
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2013-01-19 20:46:49 -0500
committerbitform <matt@exploit-monday.com>2013-01-19 20:46:49 -0500
commit59ff1a8b1eb3a8fba4dd9dee036a6c957f8f41ef (patch)
tree42bf56fc4390150461ed1e0e304847d11eda9e9d /PETools/PETools.psm1
parent3c87916e19a942d3168cbe8cf37d0e380cdd865b (diff)
downloadPowerSploit-59ff1a8b1eb3a8fba4dd9dee036a6c957f8f41ef.tar.gz
PowerSploit-59ff1a8b1eb3a8fba4dd9dee036a6c957f8f41ef.zip
PETools module doc. consistency improvements
* Slight consistency modifications were made to documentation. * Added module manifest for PETools
Diffstat (limited to 'PETools/PETools.psm1')
-rw-r--r--PETools/PETools.psm15
1 files changed, 1 insertions, 4 deletions
diff --git a/PETools/PETools.psm1 b/PETools/PETools.psm1
index 7f16c2f..e5234fb 100644
--- a/PETools/PETools.psm1
+++ b/PETools/PETools.psm1
@@ -1,4 +1 @@
-# Pull in all of the PE Tools
-. (Join-Path $PSScriptRoot Get-PEHeader.ps1)
-. (Join-Path $PSScriptRoot Get-DllLoadPath.ps1)
-. (Join-Path $PSScriptRoot Get-PEArchitecture.ps1) \ No newline at end of file
+Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} \ No newline at end of file