Class ResourceStringInfo
java.lang.Object
ghidra.app.util.bin.format.pe.resource.ResourceStringInfo
A class to hold the information extracted from a
resource data directory.
NOTE:
This class is simply a storage class created for
parsing the PE header data structures.
It does not map back to a PE data data structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the adjusted address where the resource exists.int
Returns the length of the resource.Returns the resource string.
-
Constructor Details
-
ResourceStringInfo
Constructor.- Parameters:
address
- the adjusted address where the resource existsstring
- the resource stringlength
- the length of the resource
-
-
Method Details
-
getAddress
public int getAddress()Returns the adjusted address where the resource exists.- Returns:
- the adjusted address where the resource exists
-
getString
Returns the resource string.- Returns:
- the resource string
-
getLength
public int getLength()Returns the length of the resource.- Returns:
- the length of the resource
-