EditStringDialog
Public Types
enum StringType
Values:
enumerator Auto
enumerator ASCII_LATIN1
enumerator UTF8
Public Functions
~EditStringDialog()
-
Sets the address of the first byte of potential string in the dialog.
Parameters
address – The address of the bytearray where string is located
bool getStringStartAddress(uint64_t &returnValue) const
Returns the address of the first byte of potential string in the dialog.
-
Sets the size of string in the dialog.
Parameters
size – The size of string in the dialog
int getStringSizeValue() const
Returns the size of string in the dialog.
Returns
-1 on error otherwise the size of string from the dialog