Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetAddressSize
Method
GetAddressSize
binaryview.cpp:2068–2071 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2066
2067
2068
size_t BinaryView::GetAddressSize() const
2069
{
2070
return BNGetViewAddressSize(m_object);
2071
}
2072
2073
2074
bool BinaryView::IsExecutable() const
Callers
15
CopyTo
Method · 0.45
PerformGetAddressSize
Method · 0.45
ReadPointer
Method · 0.45
ReadLEPointer
Method · 0.45
ReadBEPointer
Method · 0.45
TryReadLEPointer
Method · 0.45
TryReadBEPointer
Method · 0.45
CopyTo
Method · 0.45
DemangleType
Method · 0.45
DemangleSymbol
Method · 0.45
ParseEncodedType
Method · 0.45
LoadClasses
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected