DyldChainedFixups

Package: ghidra.app.util.bin.format.macho.commands.chained
Type: class

11.4_PUBLIC

addedfield: RELOCATION_TYPE
static int RELOCATION_TYPE

11.1_PUBLIC

addedmethod: getChainedFixups
static java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldFixup> getChainedFixups(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.macho.commands.chained.DyldChainedImports chainedImports, ghidra.app.util.bin.format.macho.dyld.DyldChainedPtr.DyldChainType pointerFormat, long page, long nextOff, long auth_value_add, long imagebase, ghidra.program.model.symbol.SymbolTable symbolTable, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: processPointerChain
static java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldFixup> processPointerChain(ghidra.app.util.bin.BinaryReader reader, long chainStart, long nextOffSize, long imagebase, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: processChainedFixups
java.util.List<ghidra.program.model.address.Address> processChainedFixups() throws Exception

10.4_PUBLIC

introducedInitial version