diff options
author | bitform <matt@exploit-monday.com> | 2012-08-11 20:07:22 -0400 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2012-08-11 20:07:22 -0400 |
commit | 2b5ac68b9c230fdcf03ef9cc6a3844f9a2726ac6 (patch) | |
tree | 94d087e80d72e430dc582c26681831f57f1d9971 /README | |
parent | 40407697fd70766f020f924e18207350cbcf390a (diff) | |
download | PowerSploit-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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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
-------
|