Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 9bb31fc

Browse files
committed
Removing Get-PEArchitecture
This functionality is present and maintained in Get-PEHeader.
1 parent 05d3355 commit 9bb31fc

File tree

3 files changed

+1
-100
lines changed

3 files changed

+1
-100
lines changed

PETools/Get-PEArchitecture.ps1

Lines changed: 0 additions & 94 deletions
This file was deleted.

PETools/PETools.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ ModuleList = @(@{ModuleName = 'PETools'; ModuleVersion = '1.0.0.0'; GUID = 'd150
7474

7575
# List of all files packaged with this module
7676
FileList = 'PETools.psm1', 'PETools.psd1', 'PETools.format.ps1xml', 'Get-DllLoadPath.ps1',
77-
'Get-PEArchitecture.ps1', 'Get-PEHeader.ps1', 'Get-ObjDump.ps1', 'Get-ObjDump.format.ps1xml',
78-
'Usage.md'
77+
'Get-PEHeader.ps1', 'Get-ObjDump.ps1', 'Get-ObjDump.format.ps1xml', 'Usage.md'
7978

8079
# Private data to pass to the module specified in RootModule/ModuleToProcess
8180
# PrivateData = ''

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ An in-memory and on-disk PE parsing utility.
7272

7373
Displays information about one or more Windows object files.
7474

75-
#### `Get-PEArchitecture`
76-
77-
Returns the architecture for which an executable was compiled.
78-
7975
#### `Get-DllLoadPath`
8076

8177
Returns the path from which Windows will load a Dll for the given executable.

0 commit comments

Comments
 (0)