Package ghidra.app.util.bin.format.ne
Class ResourceName
java.lang.Object
ghidra.app.util.bin.format.ne.ResourceName
A class for storing new-executable resource names.
-
Method Summary
-
Method Details
-
getLength
public byte getLength()Returns the length of the resource name.- Returns:
- the length of the resource name
-
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
-