diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-08-17 17:16:38 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-08-17 17:16:38 -0400 |
commit | 9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645 (patch) | |
tree | a84a9bec708f2eb44b68229269ed9f937e709f01 /README.md | |
parent | 05d335512a441437c301bd784bf02f78030caf2f (diff) | |
download | PowerSploit-9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645.tar.gz PowerSploit-9bb31fc9b9b3524d4a4b45b8e92bc5fba6da6645.zip |
Removing Get-PEArchitecture
This functionality is present and maintained in Get-PEHeader.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -72,10 +72,6 @@ An in-memory and on-disk PE parsing utility. Displays information about one or more Windows object files. -#### `Get-PEArchitecture` - -Returns the architecture for which an executable was compiled. - #### `Get-DllLoadPath` Returns the path from which Windows will load a Dll for the given executable. |