Class DyldExportsTrieCommand
java.lang.Object
ghidra.app.util.bin.format.macho.commands.LoadCommand
ghidra.app.util.bin.format.macho.commands.LinkEditDataCommand
ghidra.app.util.bin.format.macho.commands.DyldExportsTrieCommand
- All Implemented Interfaces:
StructConverter
Represents a LC_DYLD_EXPORTS_TRIE command
- See Also:
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.macho.commands.LinkEditDataCommand
dataoff, dataReader, datasize -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.macho.commands.LinkEditDataCommand
getCommandName, getDataOffset, getDataSize, markup, toDataTypeMethods inherited from class ghidra.app.util.bin.format.macho.commands.LoadCommand
createFragment, getCommandSize, getCommandType, getStartIndex, updateMonitor
-
Method Details
-
getExportTrie
Gets theExportTrie- Returns:
- The
ExportTrie
-