diff options
author | bitform <matt@exploit-monday.com> | 2013-01-19 20:46:49 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-19 20:46:49 -0500 |
commit | 59ff1a8b1eb3a8fba4dd9dee036a6c957f8f41ef (patch) | |
tree | 42bf56fc4390150461ed1e0e304847d11eda9e9d /PETools/PETools.psm1 | |
parent | 3c87916e19a942d3168cbe8cf37d0e380cdd865b (diff) | |
download | PowerSploit-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.psm1 | 5 |
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 |