public abstract class

ELFStandardRelocator

extends ELFRelocationApplicator<T extends ELFStandardRelocOperations>
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.codeobject.ELFRelocationApplicator<T extends com.pnfsoftware.jeb.core.units.codeobject.ELFStandardRelocOperations>
     ↳ com.pnfsoftware.jeb.core.units.codeobject.ELFStandardRelocator

Class Overview

The standard relocator uses standard operations. To use non-standard operations, sub-class ELFRelocationApplicator.

Summary

Public Constructors
ELFStandardRelocator(int type)
Public Methods
void apply(IELFRelocationApplicator.RelocatedFile relocatedFile, IELFRelocationApplicator.RelocInstance relocInstance)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.codeobject.ELFRelocationApplicator
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator

Public Constructors

public ELFStandardRelocator (int type)

Public Methods