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

Method IsOffsetBackedByFile

binaryview.cpp:1942–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1940
1941
1942bool BinaryView::IsOffsetBackedByFile(uint64_t offset) const
1943{
1944 return BNIsOffsetBackedByFile(m_object, offset);
1945}
1946
1947
1948bool BinaryView::IsOffsetCodeSemantics(uint64_t offset) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected