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

Method IsOffsetWritable

binaryview.cpp:1930–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928
1929
1930bool BinaryView::IsOffsetWritable(uint64_t offset) const
1931{
1932 return BNIsOffsetWritable(m_object, offset);
1933}
1934
1935
1936bool BinaryView::IsOffsetExecutable(uint64_t offset) const

Callers 1

SectionsWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected