Added Get-KernelModuleInfo

Returns loaded kernel module information.
This commit is contained in:
bitform
2012-12-16 15:00:30 -05:00
parent 7fda3dffea
commit 2f4c2f8be2
3 changed files with 287 additions and 0 deletions
+4
View File
@@ -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