Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetSignedInteger
Method
GetSignedInteger
metadata.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
int64_t Metadata::GetSignedInteger() const
200
{
201
return BNMetadataGetSignedInteger(m_object);
202
}
203
204
double Metadata::GetDouble() const
205
{
Callers
1
format
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected