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

Method start_index

rust/src/basic_block.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153 }
154
155 pub fn start_index(&self) -> C::InstructionIndex {
156 C::InstructionIndex::from(unsafe { BNGetBasicBlockStart(self.handle) })
157 }
158
159 pub fn end_index(&self) -> C::InstructionIndex {
160 C::InstructionIndex::from(unsafe { BNGetBasicBlockEnd(self.handle) })

Callers 11

fmtMethod · 0.80
startMethod · 0.80
iterMethod · 0.80
startMethod · 0.80
iterMethod · 0.80
startMethod · 0.80
iterMethod · 0.80
startMethod · 0.80
iterMethod · 0.80
sorted_basic_blocksFunction · 0.80
basic_block_guidFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected