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

Method endianness

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

Source from the content-addressed store, hash-verified

1433 type Intrinsic = CoreIntrinsic;
1434
1435 fn endianness(&self) -> Endianness {
1436 unsafe { BNGetArchitectureEndianness(self.handle) }
1437 }
1438
1439 fn address_size(&self) -> usize {
1440 unsafe { BNGetArchitectureAddressSize(self.handle) }

Callers 2

fmtMethod · 0.45
cb_endiannessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected