DyldChainedFixupsCommand

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

11.1_PUBLIC

addedmethod: getChainedFixups
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldFixup> getChainedFixups(ghidra.app.util.bin.BinaryReader reader, long imagebase, ghidra.program.model.symbol.SymbolTable symbolTable, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

10.4_PUBLIC

addedmethod: markup
void markup(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, java.lang.String source, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws CancelledException
addedmethod: markupRawBinary
void markupRawBinary(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)
modifiedmethod: getChainHeader
return type: DyldChainedFixupHeader → DyldChainedFixupHeader
- ghidra.app.util.bin.format.macho.commands.DyldChainedFixupHeader getChainHeader()
+ ghidra.app.util.bin.format.macho.commands.chained.DyldChainedFixupHeader getChainHeader()
removedmethod: markup
void markup(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, boolean isBinary, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)

10.1_PUBLIC

introducedInitial version