ElfLoadHelper

Package: ghidra.app.util.bin.format.elf
Type: class

10.3_PUBLIC

addedmethod: addArtificialRelocTableEntry
boolean addArtificialRelocTableEntry(ghidra.program.model.address.Address address, int length)
removedmethod: addFakeRelocTableEntry
boolean addFakeRelocTableEntry(ghidra.program.model.address.Address address, int length) throws MemoryAccessException, AddressOverflowException

10.2_PUBLIC

addedmethod: addFakeRelocTableEntry
boolean addFakeRelocTableEntry(ghidra.program.model.address.Address address, int length) throws MemoryAccessException, AddressOverflowException
addedmethod: getOption
T getOption(java.lang.String optionName, T defaultValue)

10.0.2_PUBLIC

addedmethod: getOriginalValue
long getOriginalValue(ghidra.program.model.address.Address addr, boolean signExtend) throws MemoryAccessException

9.1_PUBLIC

removedmethod: getMemoryBlockUtil
ghidra.app.util.MemoryBlockUtil getMemoryBlockUtil()

9.0.2_PUBLIC

introducedInitial version