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

Method instruction_alignment

rust/src/architecture.rs:1447–1449  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1445 }
1446
1447 fn instruction_alignment(&self) -> usize {
1448 unsafe { BNGetArchitectureInstructionAlignment(self.handle) }
1449 }
1450
1451 fn max_instr_len(&self) -> usize {
1452 unsafe { BNGetArchitectureMaxInstructionLength(self.handle) }

Callers 2

fmtMethod · 0.45
cb_instruction_alignmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected