Interface OptionalHeader

    • Field Detail

      • IMAGE_NUMBEROF_DIRECTORY_ENTRIES

        static final byte IMAGE_NUMBEROF_DIRECTORY_ENTRIES
        The count of data directories in the optional header.
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_EXPORT

        static final byte IMAGE_DIRECTORY_ENTRY_EXPORT
        Export directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_IMPORT

        static final byte IMAGE_DIRECTORY_ENTRY_IMPORT
        Import directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_RESOURCE

        static final byte IMAGE_DIRECTORY_ENTRY_RESOURCE
        Resource directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_EXCEPTION

        static final byte IMAGE_DIRECTORY_ENTRY_EXCEPTION
        Exception directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_SECURITY

        static final byte IMAGE_DIRECTORY_ENTRY_SECURITY
        Security directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_BASERELOC

        static final byte IMAGE_DIRECTORY_ENTRY_BASERELOC
        Base Relocation Table directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_DEBUG

        static final byte IMAGE_DIRECTORY_ENTRY_DEBUG
        Debug directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_ARCHITECTURE

        static final byte IMAGE_DIRECTORY_ENTRY_ARCHITECTURE
        Architecture Specific Data directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_GLOBALPTR

        static final byte IMAGE_DIRECTORY_ENTRY_GLOBALPTR
        Global Pointer directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_TLS

        static final byte IMAGE_DIRECTORY_ENTRY_TLS
        TLS directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG

        static final byte IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG
        Load Configuration directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT

        static final byte IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT
        Bound Import directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_IAT

        static final byte IMAGE_DIRECTORY_ENTRY_IAT
        Import Address Table directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT

        static final byte IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT
        Delay Load Import Descriptors directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR

        static final byte IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR
        COM Runtime Descriptor directory index
        See Also:
        Constant Field Values
      • IMAGE_DIRECTORY_ENTRY_COMHEADER

        static final byte IMAGE_DIRECTORY_ENTRY_COMHEADER
        New name for the COM Descriptor directory index
        See Also:
        Constant Field Values
    • Method Detail

      • is64bit

        boolean is64bit()
        Returns true of this optional header is 64-bit.
        Returns:
        true of this optional header is 64-bit
      • getMajorLinkerVersion

        byte getMajorLinkerVersion()
        Return the major version number of the linker that built this binary.
        Returns:
      • getMinorLinkerVersion

        byte getMinorLinkerVersion()
        Return the minor version number of the linker that built this binary.
        Returns:
      • getMajorOperatingSystemVersion

        short getMajorOperatingSystemVersion()
        Return the major version number of the required operating system.
        Returns:
      • getMinorOperatingSystemVersion

        short getMinorOperatingSystemVersion()
        Return the minor version number of the required operating system.
        Returns:
      • getMajorImageVersion

        short getMajorImageVersion()
        Get the major version number of the image.
        Returns:
      • getMinorImageVersion

        short getMinorImageVersion()
        Get the minor version number of the image.
        Returns:
      • getMajorSubsystemVersion

        short getMajorSubsystemVersion()
        Get the major version number of the subsystem.
      • getMinorSubsystemVersion

        short getMinorSubsystemVersion()
        Get the minor version number of the subsystem.
        Returns:
      • getWin32VersionValue

        int getWin32VersionValue()
        This value is reserved, and must be 0
      • getChecksum

        int getChecksum()
        Get the image file checksum.
        Returns:
      • getSubsystem

        int getSubsystem()
        Get the subsystem that is required to run this image.
        Returns:
      • getDllCharacteristics

        short getDllCharacteristics()
        Return flags that describe properties of and features of this binary.
        Returns:
        See Also:
        DllCharacteristics
      • getSizeOfStackReserve

        long getSizeOfStackReserve()
        Return the size of the stack reservation
        Returns:
      • getSizeOfStackCommit

        long getSizeOfStackCommit()
        Return the size of the stack to commit
        Returns:
      • getSizeOfHeapReserve

        long getSizeOfHeapReserve()
        Return the size of the heap reservation
        Returns:
      • getSizeOfHeapCommit

        long getSizeOfHeapCommit()
        Return the size of the heap to commit
        Returns:
      • getLoaderFlags

        int getLoaderFlags()
        Return the flags passed to the loader. Obsolete.
        Returns:
      • getAddressOfEntryPoint

        long getAddressOfEntryPoint()
        Returns:
        the RVA of the first code byte in the file that will be executed
      • getImageBase

        long getImageBase()
        Returns:
        the preferred load address of this file in memory
      • getOriginalImageBase

        long getOriginalImageBase()
      • wasRebased

        boolean wasRebased()
      • getSizeOfImage

        long getSizeOfImage()
        Returns:
        the RVA that would be assigned to the next section following the last section
      • getSizeOfHeaders

        long getSizeOfHeaders()
        Returns:
        the combined size of all headers
      • getSizeOfCode

        long getSizeOfCode()
        Returns the combined total size of all sections with the IMAGE_SCN_CNT_CODE attribute.
        Returns:
        the combined total size of all sections with the IMAGE_SCN_CNT_CODE attribute.
      • setSizeOfCode

        void setSizeOfCode​(long size)
        See Also:
        getSizeOfCode()
      • getNumberOfRvaAndSizes

        long getNumberOfRvaAndSizes()
      • getSizeOfInitializedData

        long getSizeOfInitializedData()
        Returns the combined size of all initialized data sections.
        Returns:
        the combined size of all initialized data sections
      • getSizeOfUninitializedData

        long getSizeOfUninitializedData()
        Returns the size of all sections with the uninitialized data attributes.
        Returns:
        the size of all sections with the uninitialized data attributes
      • getBaseOfCode

        long getBaseOfCode()
        Returns the RVA of the first byte of code when loaded in memory.
        Returns:
        the RVA of the first byte of code when loaded in memory
      • getBaseOfData

        long getBaseOfData()
        Returns:
        the RVA of the first byte of data when loaded into memory
      • processDataDirectories

        void processDataDirectories​(TaskMonitor monitor)
                             throws java.io.IOException
        This methods tells this optional header to process its data directories.
        Throws:
        java.io.IOException
      • getDataDirectories

        DataDirectory[] getDataDirectories()
        Returns the array of data directories.
        Returns:
        the array of data directories
      • getSectionAlignment

        int getSectionAlignment()
        Returns:
        the section alignment
      • getFileAlignment

        int getFileAlignment()
        Returns:
        the file alignment
      • writeHeader

        void writeHeader​(java.io.RandomAccessFile raf,
                         DataConverter dc)
                  throws java.io.IOException
        Writes this optional header to the specified random access file.
        Parameters:
        raf - the random access file
        dc - the data converter
        Throws:
        java.io.IOException
      • validateDataDirectories

        void validateDataDirectories​(Program program)
      • isCLI

        boolean isCLI()
               throws java.io.IOException
        Returns:
        true if the PE uses predominantly CLI code; otherwise, false.
        Throws:
        java.io.IOException