aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.psd1
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-08-17 17:16:38 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-08-17 17:16:38 -0400
commit9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645 (patch)
treea84a9bec708f2eb44b68229269ed9f937e709f01 /PETools/PETools.psd1
parent05d335512a441437c301bd784bf02f78030caf2f (diff)
downloadPowerSploit-9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645.tar.gz
PowerSploit-9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645.zip
Removing Get-PEArchitecture
This functionality is present and maintained in Get-PEHeader.
Diffstat (limited to 'PETools/PETools.psd1')
-rw-r--r--PETools/PETools.psd13
1 files changed, 1 insertions, 2 deletions
diff --git a/PETools/PETools.psd1 b/PETools/PETools.psd1
index 696eb57..d414365 100644
--- a/PETools/PETools.psd1
+++ b/PETools/PETools.psd1
@@ -74,8 +74,7 @@ ModuleList = @(@{ModuleName = 'PETools'; ModuleVersion = '1.0.0.0'; GUID = 'd150
# List of all files packaged with this module
FileList = 'PETools.psm1', 'PETools.psd1', 'PETools.format.ps1xml', 'Get-DllLoadPath.ps1',
- 'Get-PEArchitecture.ps1', 'Get-PEHeader.ps1', 'Get-ObjDump.ps1', 'Get-ObjDump.format.ps1xml',
- 'Usage.md'
+ 'Get-PEHeader.ps1', 'Get-ObjDump.ps1', 'Get-ObjDump.format.ps1xml', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''