com.pnfsoftware.jeb.core.units.codeobject.ICOFFSectionHeader |
This interface describes the section header of a PE/COFF executable file.
Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | getCharacteristics() | ||||||||||
abstract byte[] | getName() | ||||||||||
abstract int | getNumberOfLinenumbers() | ||||||||||
abstract int | getNumberOfRelocations() | ||||||||||
abstract long | getPointerToLinenumbers() | ||||||||||
abstract long | getPointerToRawData() | ||||||||||
abstract long | getPointerToRelocations() | ||||||||||
abstract long | getSizeOfRawData() | ||||||||||
abstract long | getVirtualAddress() | ||||||||||
abstract long | getVirtualSize() |