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

Method default_endianness

rust/src/binary_view.rs:2011–2013  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2009 }
2010
2011 fn default_endianness(&self) -> Endianness {
2012 unsafe { BNGetDefaultEndianness(self.handle) }
2013 }
2014
2015 fn address_size(&self) -> usize {
2016 unsafe { BNGetViewAddressSize(self.handle) }

Callers 4

fmtMethod · 0.45
export_dwarfFunction · 0.45
get_endianFunction · 0.45
get_build_idFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected