Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1421
BNEndianness CoreArchitecture::GetEndianness() const
1422
{
1423
return BNGetArchitectureEndianness(m_object);
1424
}
1425
1426
1427
size_t CoreArchitecture::GetAddressSize() const
Callers
2
GetEndiannessCallback
Method · 0.45
PerformGetDefaultEndianness
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected