com.pnfsoftware.jeb.core.units.codeobject.IELFUnit |
Specialized interface for ELF units.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract IELFHeader | getHeader() | ||||||||||
abstract IUnit |
getImageUnit()
Convenience method to retrieve the image associated to this Elf container.
| ||||||||||
abstract List<? extends IELFProgramEntry> | getProgramEntries() | ||||||||||
abstract List<? extends IELFSectionEntry> | getSectionEntries() |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Convenience method to retrieve the image associated to this Elf container. Note that this may be null if underlying format is not supported.