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

Method nodes

rust/src/flowgraph.rs:52–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

50 }
51
52 pub fn nodes(&self) -> Array<FlowGraphNode> {
53 let mut count: usize = 0;
54 let nodes_ptr = unsafe { BNGetFlowGraphNodes(self.handle, &mut count as *mut usize) };
55 unsafe { Array::new(nodes_ptr, count, ()) }
56 }
57
58 pub fn low_level_il(&self) -> Result<Ref<RegularLowLevelILFunction<CoreArchitecture>>, ()> {
59 unsafe {

Callers 1

apply_to_flow_graphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected