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

Method is_addressable

python/flowgraph.py:756–758  ·  view source on GitHub ↗

Set if flow graph should make use of address information

(self)

Source from the content-addressed store, hash-verified

754
755 @property
756 def is_addressable(self):
757 """Set if flow graph should make use of address information"""
758 return self.is_option_set(FlowGraphOption.FlowGraphIsAddressable)
759
760 @is_addressable.setter
761 def is_addressable(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected