Class DyldChainedImports
java.lang.Object
ghidra.app.util.bin.format.macho.commands.chained.DyldChainedImports
Represents a dyld_chained_import array.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChainedImport
(int ordinal) int
long
void
initSymbols
(BinaryReader reader, DyldChainedFixupHeader dyldChainedFixupHeader)
-
Constructor Details
-
DyldChainedImports
-
-
Method Details
-
getImportsCount
public int getImportsCount() -
getImportsOffset
public long getImportsOffset() -
getChainedImports
-
getChainedImport
-
initSymbols
public void initSymbols(BinaryReader reader, DyldChainedFixupHeader dyldChainedFixupHeader) throws IOException - Throws:
IOException
-