aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-09-29 17:12:03 -0400
committermattifestation <mattgraeber@gmail.com>2013-09-29 17:12:16 -0400
commite62121ea27d01f4cfa2be180353cc3bc34bdb677 (patch)
tree21d34d61aea11cd9aa3ae0031c7a1ef12665f85e /README.md
parent65cd074eaff338ba4091eb934c442cda86cc88dc (diff)
downloadPowerSploit-e62121ea27d01f4cfa2be180353cc3bc34bdb677.tar.gz
PowerSploit-e62121ea27d01f4cfa2be180353cc3bc34bdb677.zip
Added Get-LibSymbols
Get-LibSymbols parses Microsoft .lib files and displays decorated and undecorated symbols.
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 5141808..e326519 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,10 @@ An in-memory and on-disk PE parsing utility.
Displays information about one or more Windows object files.
+#### `Get-LibSymbols`
+
+Displays symbolic information from Windows lib files.
+
#### `Get-DllLoadPath`
Returns the path from which Windows will load a Dll for the given executable.