Contains a string derived from code or data.
More...
Contains a string derived from code or data.
The string does not need to be directly present in the binary in its raw form. Derived strings can have optional locations to data or code. When creating new derived strings, a custom type should be registered with CustomStringType::register.
◆ operator==()
| bool BinaryNinja::DerivedString::operator== |
( |
const DerivedString & | other | ) |
const |
|
inline |
◆ operator!=()
| bool BinaryNinja::DerivedString::operator!= |
( |
const DerivedString & | other | ) |
const |
|
inline |
◆ operator<()
| bool BinaryNinja::DerivedString::operator< |
( |
const DerivedString & | other | ) |
const |
|
inline |
◆ ToAPIObject()
◆ FromAPIObject()
◆ value
◆ location
◆ customType