Interface DyldCacheImage

All Known Implementing Classes:
DyldCacheImageInfo, DyldCacheImageTextInfo

public interface DyldCacheImage
A convenience interface for getting the address and path of a DYLD Cache image
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the address the start of the image
    Gets the path of the image
  • Method Details

    • getAddress

      long getAddress()
      Gets the address the start of the image
      Returns:
      The address of the start of the image
    • getPath

      String getPath()
      Gets the path of the image
      Returns:
      The path of the image