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
 
 
 
- 
public class ResourceStringTable extends Resource
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthStringSet[]getStrings()Returns 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 Detail
- 
getStrings
public LengthStringSet[] getStrings()
Returns the strings defined in this resource string table.- Returns:
 - the strings defined in this resource string table
 
 
 - 
 
 -