MCPcopy 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
2020unsafe impl RefCountable for BinaryView {

Callers 2

fmtMethod · 0.45
const_ptrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected