Class ELFRelocationContext
java.lang.Object
com.pnfsoftware.jeb.core.units.codeobject.ELFRelocationContext
ELF relocation contexts can be registered using the
ELFPluginsService
.
A relocation context means a type of ELF (e.g. executable, or dynamic file) and an architecture (e.g. Arm). A context consists of one or more relocation applicators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
Override to check if the context applies to the given file.protected boolean
isMappedAtPreferredAddress
(IELFUnit elfUnit, long actualImageBase)
-
Constructor Details
-
ELFRelocationContext
-
-
Method Details
-
getApplicableRelocations
-
canApply
Override to check if the context applies to the given file. -
isMappedAtPreferredAddress
-