aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-12-16 15:00:30 -0500
committerbitform <matt@exploit-monday.com>2012-12-16 15:00:30 -0500
commit2f4c2f8be20636fdff9ca4babbccd59e70ab03ef (patch)
treef25d5308f1910152ef18475500db191dd2c8a108 /README
parent7fda3dffea100601e49c41fd50ab22a1c4c1d603 (diff)
downloadPowerSploit-2f4c2f8be20636fdff9ca4babbccd59e70ab03ef.tar.gz
PowerSploit-2f4c2f8be20636fdff9ca4babbccd59e70ab03ef.zip
Added Get-KernelModuleInfo
Returns loaded kernel module information.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7a1a0c6..202358d 100644
--- a/README
+++ b/README
@@ -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