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

Method allows_patching

python/flowgraph.py:729–731  ·  view source on GitHub ↗

Set if flow graph should allow modification of code from within the graph view

(self)

Source from the content-addressed store, hash-verified

727
728 @property
729 def allows_patching(self):
730 """Set if flow graph should allow modification of code from within the graph view"""
731 return self.is_option_set(FlowGraphOption.FlowGraphAllowsPatching)
732
733 @allows_patching.setter
734 def allows_patching(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected