From 9c95f0bfdadb378d82002401baf193155fae1d0a Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Sun, 12 May 2013 10:18:49 -0400 Subject: Removing Get-KernelModuleInfo Making way for Get-NtSystemInformation. Loaded kernel module information can be viewed with `Get-NtSystemInformation -ModuleInformation` --- .../Get-KernelModuleInfo.format.ps1xml | 83 ---------------------- 1 file changed, 83 deletions(-) delete mode 100644 ReverseEngineering/Get-KernelModuleInfo.format.ps1xml (limited to 'ReverseEngineering/Get-KernelModuleInfo.format.ps1xml') diff --git a/ReverseEngineering/Get-KernelModuleInfo.format.ps1xml b/ReverseEngineering/Get-KernelModuleInfo.format.ps1xml deleted file mode 100644 index 3e3f347..0000000 --- a/ReverseEngineering/Get-KernelModuleInfo.format.ps1xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - 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