Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
360
bool Metadata::IsUnsignedInteger() const
361
{
362
return BNMetadataIsUnsignedInteger(m_object);
363
}
364
365
bool Metadata::IsSignedInteger() const
366
{
Callers
15
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
Recognize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected