Package vmm.entry

Class VmmMap_ModuleSection

java.lang.Object
vmm.entry.VmmMap_ModuleSection
All Implemented Interfaces:
Serializable

public class VmmMap_ModuleSection extends Object implements Serializable
Author:
Ulf Frisk - pcileech@frizk.net
See Also:
  • Field Details

    • name

      public String name
    • MiscVirtualSize

      public int MiscVirtualSize
    • VirtualAddress

      public int VirtualAddress
    • SizeOfRawData

      public int SizeOfRawData
    • PointerToRawData

      public int PointerToRawData
    • PointerToRelocations

      public int PointerToRelocations
    • PointerToLinenumbers

      public int PointerToLinenumbers
    • NumberOfRelocations

      public short NumberOfRelocations
    • NumberOfLinenumbers

      public short NumberOfLinenumbers
    • Characteristics

      public int Characteristics
  • Constructor Details

    • VmmMap_ModuleSection

      public VmmMap_ModuleSection()
  • Method Details