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

Method IsUnsignedInteger

metadata.cpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360bool Metadata::IsUnsignedInteger() const
361{
362 return BNMetadataIsUnsignedInteger(m_object);
363}
364
365bool Metadata::IsSignedInteger() const
366{

Callers 15

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
RecognizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected