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

Method opcode_display_len

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

Source from the content-addressed store, hash-verified

1453 }
1454
1455 fn opcode_display_len(&self) -> usize {
1456 unsafe { BNGetArchitectureOpcodeDisplayLength(self.handle) }
1457 }
1458
1459 fn associated_arch_by_addr(&self, addr: u64) -> CoreArchitecture {
1460 let handle = unsafe { BNGetAssociatedArchitectureByAddress(self.handle, addr as *mut _) };

Callers 2

fmtMethod · 0.45
cb_opcode_display_lenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected