diff options
author | bitform <matt@exploit-monday.com> | 2012-12-16 15:00:30 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2012-12-16 15:00:30 -0500 |
commit | 2f4c2f8be20636fdff9ca4babbccd59e70ab03ef (patch) | |
tree | f25d5308f1910152ef18475500db191dd2c8a108 /README | |
parent | 7fda3dffea100601e49c41fd50ab22a1c4c1d603 (diff) | |
download | PowerSploit-2f4c2f8be20636fdff9ca4babbccd59e70ab03ef.tar.gz PowerSploit-2f4c2f8be20636fdff9ca4babbccd59e70ab03ef.zip |
Added Get-KernelModuleInfo
Returns loaded kernel module information.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -60,6 +60,10 @@ Get-ILDisassembly: Disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm.
+Get-KernelModuleInfo:
+
+ Returns loaded kernel module information.
+
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
|