Class ImportedNameTable

java.lang.Object
ghidra.app.util.bin.format.ne.ImportedNameTable

public class ImportedNameTable extends Object
A class to represent the new-executable imported name table.
  • Method Details

    • getNameAt

      public LengthStringSet getNameAt(short offset) throws IOException
      Returns the length/string set at the given offset.
      Parameters:
      offset - The offset, from the beginning of the Imported Name Table, to the length/string set.
      Returns:
      the length/string set at the given offset
      Throws:
      IOException