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

Method GetEndianness

architecture.cpp:1421–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419
1420
1421BNEndianness CoreArchitecture::GetEndianness() const
1422{
1423 return BNGetArchitectureEndianness(m_object);
1424}
1425
1426
1427size_t CoreArchitecture::GetAddressSize() const

Callers 2

GetEndiannessCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected