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

Function setBinaryDataNavigable

ui/viewframe.h:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173 bool isBinaryDataNavigable() { return m_binaryDataNavigable; }
174 void setBinaryDataNavigable(bool navigable) { m_binaryDataNavigable = navigable; }
175
176 virtual bool closeRequest() { return true; }
177 virtual void closing() {}

Callers 4

KCTriageViewMethod · 0.85
DSCTriageViewMethod · 0.85
ByteViewMethod · 0.85
TriageViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected