Interface ICOFFHeader


public interface ICOFFHeader
This interface describes the primary header of a PE/COFF executable file.

Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx

  • Method Details

    • getMachine

      int getMachine()
    • getNumberOfSections

      int getNumberOfSections()
    • getTimeDateStamp

      int getTimeDateStamp()
    • getPointerToSymbolTable

      int getPointerToSymbolTable()
    • getNumberOfSymbols

      int getNumberOfSymbols()
    • getSizeOfOptionalHeader

      int getSizeOfOptionalHeader()
    • getCharacteristics

      int getCharacteristics()
    • getTimestampMs

      long getTimestampMs()