mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Added Get-KernelModuleInfo
Returns loaded kernel module information.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user