Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1003
std::string Tag::GetData() const
1004
{
1005
return BNTagGetData(m_object);
1006
}
1007
1008
1009
void Tag::SetData(const std::string& data)
Callers
3
EqualsByData
Method · 0.45
CreateAutoDataTag
Method · 0.45
CreateUserDataTag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected