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

Method PerformGetDefaultEndianness

binaryview.cpp:1533–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531
1532
1533BNEndianness BinaryView::PerformGetDefaultEndianness() const
1534{
1535 Ref<Architecture> arch = GetDefaultArchitecture();
1536 if (arch)
1537 return arch->GetEndianness();
1538 return LittleEndian;
1539}
1540
1541
1542bool BinaryView::PerformIsRelocatable() const

Callers 1

Calls 1

GetEndiannessMethod · 0.45

Tested by

no test coverage detected