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

Function cb_instruction_alignment

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

Source from the content-addressed store, hash-verified

2105 }
2106
2107 extern "C" fn cb_instruction_alignment<A>(ctxt: *mut c_void) -> usize
2108 where
2109 A: 'static + Architecture<Handle = CustomArchitectureHandle<A>> + Send + Sync,
2110 {
2111 let custom_arch = unsafe { &*(ctxt as *mut A) };
2112 custom_arch.instruction_alignment()
2113 }
2114
2115 extern "C" fn cb_max_instr_len<A>(ctxt: *mut c_void) -> usize
2116 where

Callers

nothing calls this directly

Calls 1

instruction_alignmentMethod · 0.45

Tested by

no test coverage detected