From 2f4c2f8be20636fdff9ca4babbccd59e70ab03ef Mon Sep 17 00:00:00 2001 From: bitform Date: Sun, 16 Dec 2012 15:00:30 -0500 Subject: Added Get-KernelModuleInfo Returns loaded kernel module information. --- RE_Tools/Get-KernelModuleInfo.format.ps1xml | 83 +++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 RE_Tools/Get-KernelModuleInfo.format.ps1xml (limited to 'RE_Tools/Get-KernelModuleInfo.format.ps1xml') diff --git a/RE_Tools/Get-KernelModuleInfo.format.ps1xml b/RE_Tools/Get-KernelModuleInfo.format.ps1xml new file mode 100644 index 0000000..3e3f347 --- /dev/null +++ b/RE_Tools/Get-KernelModuleInfo.format.ps1xml @@ -0,0 +1,83 @@ + + + + + + Both + + + + + + SystemModuleView + + SystemInformation.SYSTEM_MODULE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "0x$($_.ImageBaseAddress.ToString("X$([IntPtr]::Size * 2)"))" + + + ImageSize + 0x{0:X8} + + + Flags + 0x{0:X8} + + + Id + 0x{0:X4} + + + Rank + 0x{0:X4} + + + w018 + 0x{0:X4} + + + NameOffset + 0x{0:X4} + + + Name + + + + + + + + \ No newline at end of file -- cgit v1.2.3