From 3c87916e19a942d3168cbe8cf37d0e380cdd865b Mon Sep 17 00:00:00 2001 From: bitform Date: Sat, 19 Jan 2013 18:59:40 -0500 Subject: Renamed RE_Tools. Now ReverseEngineering module * I renamed RE_Tools to ReverseEngineering and made it a module. * Slight consistency modifications were made to documentation. * This is one step in the process of modularizing all of PowerSploit. --- .../Get-KernelModuleInfo.format.ps1xml | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create 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 new file mode 100644 index 0000000..3e3f347 --- /dev/null +++ b/ReverseEngineering/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