Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetUnsignedInteger
Method
GetUnsignedInteger
metadata.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
uint64_t Metadata::GetUnsignedInteger() const
195
{
196
return BNMetadataGetUnsignedInteger(m_object);
197
}
198
199
int64_t Metadata::GetSignedInteger() const
200
{
Callers
15
format
Method · 0.80
GetUIntMetadata
Method · 0.80
ElfFlagsRecognize
Function · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Recognize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected