Class ExportTrie

java.lang.Object
ghidra.app.util.bin.format.macho.commands.ExportTrie

public class ExportTrie extends Object
Mach-O export trie
See Also:
  • Constructor Details

    • ExportTrie

      public ExportTrie()
      Creates an empty ExportTrie. This is useful for export trie load commands that are defined but do not point to any data.
    • ExportTrie

      public ExportTrie(BinaryReader reader) throws IOException
      Creates and parses a new ExportTrie
      Parameters:
      reader - A reader positioned at the start of the export trie
      Throws:
      IOException - if an IO-related error occurs while parsing
  • Method Details