| com.pnfsoftware.jeb.core.units.codeobject.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
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int | getCharacteristics() | ||||||||||
| abstract int | getMachine() | ||||||||||
| abstract int | getNumberOfSections() | ||||||||||
| abstract int | getNumberOfSymbols() | ||||||||||
| abstract int | getPointerToSymbolTable() | ||||||||||
| abstract int | getSizeOfOptionalHeader() | ||||||||||
| abstract int | getTimeDateStamp() | ||||||||||
| abstract long | getTimestampMs() | ||||||||||