Package ghidra.app.util.bin.format.ne
Class ResourceStringTable
java.lang.Object
ghidra.app.util.bin.format.ne.Resource
ghidra.app.util.bin.format.ne.ResourceStringTable
A class for storing new-executable resource string tables.
Strings are not stored as individual resources, rather
strings are grouped together into a string table. This
string table is then stored as a resource.
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.ne.Resource
FLAG_MOVEABLE, FLAG_PRELOAD, FLAG_PURE
-
Method Summary
Modifier and TypeMethodDescriptionReturns the strings defined in this resource string table.Methods inherited from class ghidra.app.util.bin.format.ne.Resource
getBytes, getFileLength, getFileLengthShifted, getFileOffset, getFileOffsetShifted, getFlagword, getHandle, getResourceID, getUsage, isMoveable, isPreload, isPure, toString
-
Method Details
-
getStrings
Returns the strings defined in this resource string table.- Returns:
- the strings defined in this resource string table
-