| 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.IUnitCreator
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.core.units.IBinaryUnit
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.core.units.IUnit
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.core.units.codeobject.ICodeObjectUnit
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.util.events.IEventSource
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Convenience method to retrieve the image associated to this Elf container. Note that this may be null if underlying format is not supported.
