Binary Ninja API C++: BinaryNinja::DerivedStringLocation Struct Reference
Location associated with a derived string. More...
Detailed Description
Location associated with a derived string.
Locations are optional.
Public Member Functions | |
| bool | operator== (const DerivedStringLocation &other) const |
| bool | operator!= (const DerivedStringLocation &other) const |
| bool | operator< (const DerivedStringLocation &other) const |
Public Attributes | |
| BNDerivedStringLocationType | locationType |
| uint64_t | addr |
| uint64_t | len |
Member Function Documentation
◆ operator==()
|
inline |
◆ operator!=()
|
inline |
◆ operator<()
|
inline |
Member Data Documentation
◆ locationType
BNDerivedStringLocationType BinaryNinja::DerivedStringLocation::locationType
◆ addr
uint64_t BinaryNinja::DerivedStringLocation::addr
◆ len
uint64_t BinaryNinja::DerivedStringLocation::len