aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-08-11 20:07:22 -0400
committerbitform <matt@exploit-monday.com>2012-08-11 20:07:22 -0400
commit2b5ac68b9c230fdcf03ef9cc6a3844f9a2726ac6 (patch)
tree94d087e80d72e430dc582c26681831f57f1d9971 /README
parent40407697fd70766f020f924e18207350cbcf390a (diff)
downloadPowerSploit-2b5ac68b9c230fdcf03ef9cc6a3844f9a2726ac6.tar.gz
PowerSploit-2b5ac68b9c230fdcf03ef9cc6a3844f9a2726ac6.zip
Added the Get-Member proxy function
This extends the built-in Get-Member cmdlet by adding the '-Private' parameter for dissecting .NET types.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 915bed6..fcf74b3 100644
--- a/README
+++ b/README
@@ -48,6 +48,10 @@ Get-ILDisassembly:
Disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm.
+Get-Member:
+
+ A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members
+
-------
.\Recon
-------