Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2056
BNEndianness BinaryView::GetDefaultEndianness() const
2057
{
2058
return BNGetDefaultEndianness(m_object);
2059
}
2060
2061
2062
bool BinaryView::IsRelocatable() const
Callers
3
ApplyRelocation
Method · 0.80
GenericHeaders
Method · 0.80
PEHeaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected