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 TypeMethodDescriptionlong
Gets the address the start of the imagegetPath()
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
-