MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetObject

Method GetObject

binaryninjaapi.h:3971–3971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3969 const char* c_str() const;
3970 size_t size() const;
3971 BNStringRef* GetObject() { return m_ref; }
3972
3973 bool operator==(const StringRef& other) const { return this->operator std::string_view() == other.operator std::string_view(); }
3974 bool operator!=(const StringRef& other) const { return this->operator std::string_view() != other.operator std::string_view(); }

Callers 15

GetAPIObjectMethod · 0.45
GetPreviousChildMethod · 0.45
GetNextChildMethod · 0.45
CompareChildrenMethod · 0.45
GetLinesMethod · 0.45
CreateDisassemblyMethod · 0.45
CreateLiftedILMethod · 0.45
CreateLowLevelILMethod · 0.45
CreateMediumLevelILMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected