aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-09-29 17:12:03 -0400
committerclymb3r <bialek.joseph@gmail.com>2013-11-03 22:48:47 -0800
commit9fbb4ec3c39e0e42ffdfa55bdbb36aedd39e4216 (patch)
tree1252dece2c5051cf2c8782d4b225641e7811ffb2 /README.md
parentd269eec01d451745a50686495275e9525712b8b9 (diff)
downloadPowerSploit-9fbb4ec3c39e0e42ffdfa55bdbb36aedd39e4216.tar.gz
PowerSploit-9fbb4ec3c39e0e42ffdfa55bdbb36aedd39e4216.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.