public interface

IELFUnit

implements ICodeObjectUnit
com.pnfsoftware.jeb.core.units.codeobject.IELFUnit

Class Overview

Specialized interface for ELF units.

Summary

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

Public Methods

public abstract IELFHeader getHeader ()

public abstract IUnit getImageUnit ()

Convenience method to retrieve the image associated to this Elf container. Note that this may be null if underlying format is not supported.

public abstract List<? extends IELFProgramEntry> getProgramEntries ()

public abstract List<? extends IELFSectionEntry> getSectionEntries ()