aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-07-09 20:17:01 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-07-09 20:17:01 -0400
commit55a6dbd019624d4e8de0a0c77c042a3a5963d32a (patch)
treed9aed28869bddf20a815f8b9a27b2603b417dfc5 /README.md
parent030fc3b43bf853ebdc10a9dbe8ff2439faf7146c (diff)
downloadPowerSploit-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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0411546..d29d227 100644
--- a/README.md
+++ b/README.md
@@ -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.