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

Function cb_opcode_display_len

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

Source from the content-addressed store, hash-verified

2121 }
2122
2123 extern "C" fn cb_opcode_display_len<A>(ctxt: *mut c_void) -> usize
2124 where
2125 A: 'static + Architecture<Handle = CustomArchitectureHandle<A>> + Send + Sync,
2126 {
2127 let custom_arch = unsafe { &*(ctxt as *mut A) };
2128 custom_arch.opcode_display_len()
2129 }
2130
2131 extern "C" fn cb_associated_arch_by_addr<A>(
2132 ctxt: *mut c_void,

Callers

nothing calls this directly

Calls 1

opcode_display_lenMethod · 0.45

Tested by

no test coverage detected