Class DyldChainedPtr
java.lang.Object
ghidra.app.util.bin.format.macho.dyld.DyldChainedPtr
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic longgetAddend(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static longgetChainValue(BinaryReader reader, long chainLoc, DyldChainedPtr.DyldChainType ptrFormat) static longgetNext(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static longgetOrdinal(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static intgetSize(DyldChainedPtr.DyldChainType ptrFormat) static longgetStride(DyldChainedPtr.DyldChainType ptrFormat) static longgetTarget(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static booleanisAuthenticated(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static booleanisBound(DyldChainedPtr.DyldChainType ptrFormat, long chainValue) static booleanisRelative(DyldChainedPtr.DyldChainType ptrFormat)  
- 
Field Details
- 
DYLD_CHAINED_PTR_START_NONE
public static final int DYLD_CHAINED_PTR_START_NONE- See Also:
 
 - 
DYLD_CHAINED_PTR_START_MULTI
public static final int DYLD_CHAINED_PTR_START_MULTI- See Also:
 
 - 
DYLD_CHAINED_PTR_START_LAST
public static final int DYLD_CHAINED_PTR_START_LAST- See Also:
 
 
 - 
 - 
Constructor Details
- 
DyldChainedPtr
public DyldChainedPtr() 
 - 
 - 
Method Details
- 
getStride
 - 
getSize
 - 
getChainValue
public static long getChainValue(BinaryReader reader, long chainLoc, DyldChainedPtr.DyldChainType ptrFormat) throws IOException - Throws:
 IOException
 - 
isRelative
 - 
isBound
 - 
isAuthenticated
 - 
getTarget
 - 
getAddend
 - 
getOrdinal
 - 
getNext
 
 -