From 956e4c968a1795d868e35fcb72311704d616cbaf Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sun, 16 Nov 2014 10:26:11 -0500 Subject: Moving all RE functionality to PowerShellArsenal https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module. --- PETools/Get-ObjDump.format.ps1xml | 292 -------------------------------------- 1 file changed, 292 deletions(-) delete mode 100644 PETools/Get-ObjDump.format.ps1xml (limited to 'PETools/Get-ObjDump.format.ps1xml') diff --git a/PETools/Get-ObjDump.format.ps1xml b/PETools/Get-ObjDump.format.ps1xml deleted file mode 100644 index 25e13b8..0000000 --- a/PETools/Get-ObjDump.format.ps1xml +++ /dev/null @@ -1,292 +0,0 @@ - - - - - ObjectFileView - - COFF.OBJECT_FILE - - - - - - - COFFHeader - - - SectionHeaders - - - SymbolTable - - - - - - - - COFFHeaderView - - COFF.HEADER - - - - - - - Machine - - - NumberOfSections - 0x{0:X4} - - - TimeDateStamp - - - PointerToSymbolTable - 0x{0:X8} - - - NumberOfSymbols - 0x{0:X8} - - - SizeOfOptionalHeader - 0x{0:X4} - - - Characteristics - - - - - - - - SectionHeaderView - - COFF.SECTION_HEADER - - - - - - - Name - - - PhysicalAddress - 0x{0:X8} - - - VirtualSize - 0x{0:X8} - - - VirtualAddress - 0x{0:X8} - - - SizeOfRawData - 0x{0:X8} - - - PointerToRawData - 0x{0:X8} - - - PointerToRelocations - 0x{0:X8} - - - PointerToLinenumbers - 0x{0:X8} - - - NumberOfRelocations - 0x{0:X4} - - - NumberOfLinenumbers - 0x{0:X4} - - - Characteristics - - - RawData - - - Relocations - - - - - - - - SymbolTableView - - COFF.SYMBOL_TABLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Name - - - Value - 0x{0:X8} - - - SectionNumber - - - Type - - - StorageClass - - - NumberOfAuxSymbols - 0x{0:X2} - - - AuxSymbols - - - - - - - - SectionDefinitionView - - COFF.SECTION_DEFINITION - - - - - - - - - - - - - - - - - - - - - - - - - - - - Length - 0x{0:X8} - - - NumberOfRelocations - 0x{0:X4} - - - NumberOfLinenumbers - 0x{0:X4} - - - CheckSum - 0x{0:X8} - - - Number - 0x{0:X4} - - - Selection - 0x{0:X2} - - - - - - - - RelocationView - - COFF.RelocationEntry - - - - - - - - - - - - - - - - - - - - - - VirtualAddress - 0x{0:X8} - - - SymbolTableIndex - 0x{0:X8} - - - Type - - - Name - - - - - - - - -- cgit v1.2.3