DyldCacheSlideInfo1

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

11.1_PUBLIC

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

10.4_PUBLIC

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
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

10.1_PUBLIC

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: getEntries
byte[][] getEntries()
addedmethod: getToc
short[] getToc()

9.1_PUBLIC

introducedInitial version