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

Method IsExecutable

binaryview.cpp:2074–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072
2073
2074bool BinaryView::IsExecutable() const
2075{
2076 return BNIsExecutableView(m_object);
2077}
2078
2079
2080bool BinaryView::Save(FileAccessor* file)

Callers 2

TriageViewMethod · 0.80
getPriorityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected