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

Method set_option

rust/src/flowgraph.rs:123–125  ·  view source on GitHub ↗
(&self, option: FlowGraphOption, value: bool)

Source from the content-addressed store, hash-verified

121 }
122
123 pub fn set_option(&self, option: FlowGraphOption, value: bool) {
124 unsafe { BNSetFlowGraphOption(self.handle, option, value) }
125 }
126
127 pub fn is_option_set(&self, option: FlowGraphOption) -> bool {
128 unsafe { BNIsFlowGraphOptionSet(self.handle, option) }

Callers 3

decompile_to_cFunction · 0.45
disassembleFunction · 0.45

Calls

no outgoing calls

Tested by 1