From 55a6dbd019624d4e8de0a0c77c042a3a5963d32a Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Tue, 9 Jul 2013 20:17:01 -0400 Subject: 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! --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3