addedmethod:
checkCount
long checkCount(long count) throws IOException
addedmethod:
fileOffsetToAddress
ghidra.program.model.address.Address fileOffsetToAddress(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, long fileOffset, long size)
modifiedmethod:
getLinkerDataSize
return type: int → long
- int getLinkerDataSize()
+ long getLinkerDataSize()
removedmethod:
fileOffsetToAddress
ghidra.program.model.address.Address fileOffsetToAddress(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, long fileOffset, int size)
addedmethod:
fileOffsetToAddress
ghidra.program.model.address.Address fileOffsetToAddress(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, long fileOffset, int size)
modifiedmethod:
getLinkerDataOffset
return type: int → long
- int getLinkerDataOffset()
+ long getLinkerDataOffset()
removedmethod:
fileOffsetToAddress
ghidra.program.model.address.Address fileOffsetToAddress(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, int fileOffset, int size)
addedmethod:
createPlateComment
void createPlateComment(ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address addr)
addedmethod:
fileOffsetToAddress
ghidra.program.model.address.Address fileOffsetToAddress(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, int fileOffset, int size)
addedmethod:
getContextualName
java.lang.String getContextualName(java.lang.String source, java.lang.String additionalDescription)
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:
markupPlateComment
void markupPlateComment(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address address, java.lang.String source, java.lang.String additionalDescription)
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)
addedmethod:
setEndian
static void setEndian(ghidra.program.model.listing.Data data, boolean bigEndian) throws Exception
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)