addedmethod:
getMappingInfo
ghidra.app.util.bin.format.macho.dyld.DyldCacheMappingInfo getMappingInfo()
addedfield:
mappingInfo
ghidra.app.util.bin.format.macho.dyld.DyldCacheMappingInfo mappingInfo
addedmethod:
parseSlideInfo
static ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon parseSlideInfo(ghidra.app.util.bin.BinaryReader reader, long slideInfoOffset, ghidra.app.util.bin.format.macho.dyld.DyldCacheMappingInfo mappingInfo, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor)
removedmethod:
parseSlideInfo
static ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon parseSlideInfo(ghidra.app.util.bin.BinaryReader reader, long slideInfoOffset, long mappingAddress, long mappingSize, long mappingFileOffset, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor)
modifiedmethod:
getSlideFixups
return type: List → List
- java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideFixup> getSlideFixups(ghidra.app.util.bin.BinaryReader reader, int pointerSize, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
+ java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldFixup> getSlideFixups(ghidra.app.util.bin.BinaryReader reader, int pointerSize, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod:
fixupSlidePointers
void fixupSlidePointers(ghidra.program.model.listing.Program program, boolean markup, boolean addRelocations, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws MemoryAccessException, CancelledException
addedmethod:
getSlideFixups
java.util.List<ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideFixup> getSlideFixups(ghidra.app.util.bin.BinaryReader reader, int pointerSize, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod:
parseSlideInfo
static ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon parseSlideInfo(ghidra.app.util.bin.BinaryReader reader, long slideInfoOffset, long mappingAddress, long mappingSize, long mappingFileOffset, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor)
removedmethod:
addRelocationTableEntry
void addRelocationTableEntry(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address chainLoc, int type, long chainValue, int appliedByteLength, java.lang.String name)
removedmethod:
fixPageChains
void fixPageChains(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.dyld.DyldCacheHeader dyldCacheHeader, boolean addRelocations, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws MemoryAccessException, CancelledException
removedmethod:
parseSlideInfo
static ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon parseSlideInfo(ghidra.app.util.bin.BinaryReader reader, long slideInfoOffset, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor)
addedmethod:
addRelocationTableEntry
void addRelocationTableEntry(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address chainLoc, int type, long chainValue, int appliedByteLength, java.lang.String name)
removedmethod:
addRelocationTableEntry
void addRelocationTableEntry(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address chainLoc, int type, long chainValue, byte[] origBytes, java.lang.String name) throws MemoryAccessException
addedmethod:
addRelocationTableEntry
void addRelocationTableEntry(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address chainLoc, int type, long chainValue, byte[] origBytes, java.lang.String name) throws MemoryAccessException
addedmethod:
fixPageChains
void fixPageChains(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.dyld.DyldCacheHeader dyldCacheHeader, boolean addRelocations, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor) throws MemoryAccessException, CancelledException
addedmethod:
parseSlideInfo
static ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon parseSlideInfo(ghidra.app.util.bin.BinaryReader reader, long slideInfoOffset, ghidra.app.util.importer.MessageLog log, ghidra.util.task.TaskMonitor monitor)