Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.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
Modifier 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.ModifierConstructorDescriptionELFStandardRelocOperations
(IELFRelocationApplicator.RelocatedFile relocEnvironment, IELFRelocationApplicator.RelocInstance relocInstance)