Binary Ninja API C++: BinaryNinja::DerivedString Struct Reference

Contains a string derived from code or data. More...

Detailed Description

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.

Member Function Documentation

◆ 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()

Member Data Documentation

◆ value

◆ location

◆ customType