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