Class ExportTrie
java.lang.Object
ghidra.app.util.bin.format.macho.commands.ExportTrie
Mach-O export trie
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreates an emptyExportTrie.ExportTrie(BinaryReader reader) Creates and parses a newExportTrie -
Method Summary
-
Constructor Details
-
ExportTrie
public ExportTrie()Creates an emptyExportTrie. This is useful for export trie load commands that are defined but do not point to any data. -
ExportTrie
Creates and parses a newExportTrie- Parameters:
reader- Areaderpositioned at the start of the export trie- Throws:
IOException- if an IO-related error occurs while parsing
-
-
Method Details