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

Method GetData

binaryview.cpp:1003–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001
1002
1003std::string Tag::GetData() const
1004{
1005 return BNTagGetData(m_object);
1006}
1007
1008
1009void Tag::SetData(const std::string& data)

Callers 3

EqualsByDataMethod · 0.45
CreateAutoDataTagMethod · 0.45
CreateUserDataTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected