Class ResourceName

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

public class ResourceName extends Object
A class for storing new-executable resource names.
  • Method Details

    • getLength

      public byte getLength()
      Returns the length of the resource name.
      Returns:
      the length of the resource name
    • getName

      public String getName()
      Returns the name of the resource name.
      Returns:
      the name of the resource name
    • getIndex

      public long getIndex()
      Returns the byte index of this resource name, relative to the beginning of the file.
      Returns:
      the byte index of this resource name