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

Method GetDefaultEndianness

binaryview.cpp:2056–2059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2054
2055
2056BNEndianness BinaryView::GetDefaultEndianness() const
2057{
2058 return BNGetDefaultEndianness(m_object);
2059}
2060
2061
2062bool BinaryView::IsRelocatable() const

Callers 3

ApplyRelocationMethod · 0.80
GenericHeadersMethod · 0.80
PEHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected