MCPcopy 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
194uint64_t Metadata::GetUnsignedInteger() const
195{
196 return BNMetadataGetUnsignedInteger(m_object);
197}
198
199int64_t Metadata::GetSignedInteger() const
200{

Callers 15

formatMethod · 0.80
GetUIntMetadataMethod · 0.80
ElfFlagsRecognizeFunction · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected