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

Function cb_endianness

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

Source from the content-addressed store, hash-verified

2081 }
2082
2083 extern "C" fn cb_endianness<A>(ctxt: *mut c_void) -> BNEndianness
2084 where
2085 A: 'static + Architecture<Handle = CustomArchitectureHandle<A>> + Send + Sync,
2086 {
2087 let custom_arch = unsafe { &*(ctxt as *mut A) };
2088 custom_arch.endianness()
2089 }
2090
2091 extern "C" fn cb_address_size<A>(ctxt: *mut c_void) -> usize
2092 where

Callers

nothing calls this directly

Calls 1

endiannessMethod · 0.45

Tested by

no test coverage detected