Class IELFRelocationApplicator.RelocatedFile
java.lang.Object
com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocatedFile
- Enclosing interface:
IELFRelocationApplicator
File where the relocation is applied
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongActual image base.ELF unit.File endianness.Memory object. -
Constructor Summary
ConstructorsConstructorDescriptionRelocatedFile(IELFUnit elfUnit, IVirtualMemory mem, long actualImageBase) Create relocation file information. -
Method Summary
-
Field Details
-
elfUnit
ELF unit. -
mem
Memory object. -
actualImageBase
public long actualImageBaseActual image base. -
endianness
File endianness.
-
-
Constructor Details
-
RelocatedFile
Create relocation file information.- Parameters:
elfUnit- ELF unitmem- memory objectactualImageBase- actual image base
-