Interface ElfFileSection

All Superinterfaces:
StructConverter
All Known Implementing Classes:
ElfDynamicTable, ElfRelocationTable, ElfStringTable, ElfSymbolTable

public interface ElfFileSection extends StructConverter
  • Method Details Link icon

    • getAddressOffset Link icon

      long getAddressOffset()
      Preferred memory address offset where data should be loaded. The returned offset will already have the prelink adjustment applied, although will not reflect any change in the image base.
      Returns:
      default memory address offset where data should be loaded
    • getFileOffset Link icon

      long getFileOffset()
      Offset within file where section bytes are specified
      Returns:
      offset within file where section bytes are specified
    • getLength Link icon

      long getLength()
      Length of file section in bytes
      Returns:
      length of file section in bytes
    • getEntrySize Link icon

      int getEntrySize()
      Size of each structured entry in bytes
      Returns:
      entry size or -1 if variable