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 TypeMethodDescriptionvoidELFStandardRelocator.apply(IELFRelocationApplicator.RelocatedFile relocatedFile, IELFRelocationApplicator.RelocInstance relocInstance) voidIELFRelocationApplicator.apply(IELFRelocationApplicator.RelocatedFile relocatedFile, IELFRelocationApplicator.RelocInstance relocInstance) Apply the relocation on the provided 'file' instance.default booleanIELFRelocationApplicator.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)