Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsOffsetExternSemantics
Method
IsOffsetExternSemantics
binaryview.cpp:1954–1957 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1952
1953
1954
bool BinaryView::IsOffsetExternSemantics(uint64_t offset) const
1955
{
1956
return BNIsOffsetExternSemantics(m_object, offset);
1957
}
1958
1959
1960
bool BinaryView::IsOffsetWritableSemantics(uint64_t offset) const
Callers
1
GetRealSymbol
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected