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

Function cb_address_size

rust/src/architecture.rs:2091–2097  ·  view source on GitHub ↗
(ctxt: *mut c_void)

Source from the content-addressed store, hash-verified

2089 }
2090
2091 extern "C" fn cb_address_size<A>(ctxt: *mut c_void) -> usize
2092 where
2093 A: 'static + Architecture<Handle = CustomArchitectureHandle<A>> + Send + Sync,
2094 {
2095 let custom_arch = unsafe { &*(ctxt as *mut A) };
2096 custom_arch.address_size()
2097 }
2098
2099 extern "C" fn cb_default_integer_size<A>(ctxt: *mut c_void) -> usize
2100 where

Callers

nothing calls this directly

Calls 1

address_sizeMethod · 0.45

Tested by

no test coverage detected