Class ELFPluginsService

java.lang.Object
com.pnfsoftware.jeb.core.units.codeobject.ELFPluginsService

public class ELFPluginsService extends Object
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.