com.pnfsoftware.jeb.core.units.codeobject.IELFSectionProcessor |
ELF section processors can be registered using the ELFPluginsService
.
Life-cycle information: section processors are single instance objects, shared across multiple ELF units.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | IELFSectionProcessor.Result | Result of section processing. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ChainedOperationResult<IELFSectionProcessor.Result> |
process(IELFUnit elf, IELFSectionEntry sectionHeader, ByteBuffer sectionData)
Process a section.
|
Process a section.
elf | elf unit; careful, the unit is incomplete when this method is called (only the header information can be safely retrieved) |
---|---|
sectionHeader | section header |
sectionData | section bytes |