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

Method default_integer_size

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

Source from the content-addressed store, hash-verified

1441 }
1442
1443 fn default_integer_size(&self) -> usize {
1444 unsafe { BNGetArchitectureDefaultIntegerSize(self.handle) }
1445 }
1446
1447 fn instruction_alignment(&self) -> usize {
1448 unsafe { BNGetArchitectureInstructionAlignment(self.handle) }

Callers 3

fmtMethod · 0.45
cb_default_integer_sizeFunction · 0.45
liftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected