Class DyldCacheSlideInfo3

java.lang.Object
ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfoCommon
ghidra.app.util.bin.format.macho.dyld.DyldCacheSlideInfo3
All Implemented Interfaces:
StructConverter

public class DyldCacheSlideInfo3 extends DyldCacheSlideInfoCommon
Represents a dyld_cache_slide_info3 structure.

Seen in iOS 12 and later.

  • Constructor Details

    • DyldCacheSlideInfo3

      public DyldCacheSlideInfo3(BinaryReader reader, long mappingAddress, long mappingSize, long mappingFileOffset) throws IOException
      Create a new DyldCacheSlideInfo3.
      Parameters:
      reader - A BinaryReader positioned at the start of a DYLD slide info 3
      mappingAddress - The base address of where the slide fixups will take place
      mappingSize - The size of the slide fixups block
      mappingFileOffset - The base file offset of where the slide fixups will take place
      Throws:
      IOException - if there was an IO-related problem creating the DYLD slide info 3
  • Method Details