Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ address_size
Method
address_size
rust/src/binary_view.rs:2015–2017 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2013
}
2014
2015
fn address_size(&self) -> usize {
2016
unsafe { BNGetViewAddressSize(self.handle) }
2017
}
2018
}
2019
2020
unsafe impl RefCountable for BinaryView {
Callers
2
fmt
Method · 0.45
const_ptr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected