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

Method IsOffsetExecutable

binaryview.cpp:1936–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1934
1935
1936bool BinaryView::IsOffsetExecutable(uint64_t offset) const
1937{
1938 return BNIsOffsetExecutable(m_object, offset);
1939}
1940
1941
1942bool BinaryView::IsOffsetBackedByFile(uint64_t offset) const

Callers 1

SectionsWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected