MCPcopy 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
1954bool BinaryView::IsOffsetExternSemantics(uint64_t offset) const
1955{
1956 return BNIsOffsetExternSemantics(m_object, offset);
1957}
1958
1959
1960bool BinaryView::IsOffsetWritableSemantics(uint64_t offset) const

Callers 1

GetRealSymbolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected