diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-07-09 20:17:01 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-07-09 20:17:01 -0400 |
commit | 55a6dbd019624d4e8de0a0c77c042a3a5963d32a (patch) | |
tree | d9aed28869bddf20a815f8b9a27b2603b417dfc5 /README.md | |
parent | 030fc3b43bf853ebdc10a9dbe8ff2439faf7146c (diff) | |
download | PowerSploit-55a6dbd019624d4e8de0a0c77c042a3a5963d32a.tar.gz PowerSploit-55a6dbd019624d4e8de0a0c77c042a3a5963d32a.zip |
Added Get-ObjDump
Get-ObjDump parses and return information about one or more Windows
object files. It is similar to dumpbin but it returns objects!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ Add persistence capabilities to a script. An in-memory and on-disk PE parsing utility. +#### `Get-ObjDump` + +Displays information about one or more Windows object files. + #### `Get-PEArchitecture` Returns the architecture for which an executable was compiled. |