Class ELFPluginsService
java.lang.Object
com.pnfsoftware.jeb.core.units.codeobject.ELFPluginsService
The ELF plugins service is used to provide custom and architecture-specific facility to the
ELF parser
.
Currently, this service supports the registration of:
- section processors
- symbol processors
- relocation processors
Note: the current practice is to register additions in a static initializer
block of a
native code plugin
class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELFPluginsService
public ELFPluginsService()
-
-
Method Details
-
getInstance
-
addRelocationContext
-
getRelocationContexts
-
addSectionProcessor
-
getSectionProcessors
-
addSymbolsProcessorFactory
-
getSymbolProcessorFactories
-
createSymbolProcessor
-