Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocatedFile
Packages that use IELFRelocationApplicator.RelocatedFile
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of IELFRelocationApplicator.RelocatedFile in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFRelocationApplicator.RelocatedFileModifier 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.Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFRelocationApplicator.RelocatedFileModifierConstructorDescriptionELFStandardRelocOperations(IELFRelocationApplicator.RelocatedFile relocEnvironment, IELFRelocationApplicator.RelocInstance relocInstance)