Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ end_index
Method
end_index
rust/src/basic_block.rs:159–161 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
157
}
158
159
pub fn end_index(&self) -> C::InstructionIndex {
160
C::InstructionIndex::from(unsafe { BNGetBasicBlockEnd(self.handle) })
161
}
162
163
pub fn raw_length(&self) -> u64 {
164
unsafe { BNGetBasicBlockLength(self.handle) }
Callers
6
fmt
Method · 0.80
iter
Method · 0.80
iter
Method · 0.80
iter
Method · 0.80
iter
Method · 0.80
basic_block_guid
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected