MCPcopy 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
2068size_t BinaryView::GetAddressSize() const
2069{
2070 return BNGetViewAddressSize(m_object);
2071}
2072
2073
2074bool BinaryView::IsExecutable() const

Callers 15

CopyToMethod · 0.45
PerformGetAddressSizeMethod · 0.45
ReadPointerMethod · 0.45
ReadLEPointerMethod · 0.45
ReadBEPointerMethod · 0.45
TryReadLEPointerMethod · 0.45
TryReadBEPointerMethod · 0.45
CopyToMethod · 0.45
DemangleTypeMethod · 0.45
DemangleSymbolMethod · 0.45
ParseEncodedTypeMethod · 0.45
LoadClassesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected