Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocInstance
Packages that use IELFRelocationApplicator.RelocInstance
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of IELFRelocationApplicator.RelocInstance in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFRelocationApplicator.RelocInstanceModifier and TypeMethodDescriptionvoid
ELFStandardRelocator.apply
(IELFRelocationApplicator.RelocatedFile relocatedFile, IELFRelocationApplicator.RelocInstance relocInstance) void
IELFRelocationApplicator.apply
(IELFRelocationApplicator.RelocatedFile relocatedFile, IELFRelocationApplicator.RelocInstance relocInstance) Apply the relocation on the provided 'file' instance.default boolean
IELFRelocationApplicator.canApply
(IELFRelocationApplicator.RelocInstance relocInstance) Determine whether the relocation can be applied.Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFRelocationApplicator.RelocInstanceModifierConstructorDescriptionELFStandardRelocOperations
(IELFRelocationApplicator.RelocatedFile relocEnvironment, IELFRelocationApplicator.RelocInstance relocInstance)