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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAddress()
Gets the address the start of the imagejava.lang.String
getPath()
Gets the path of the image
-