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

Method GetAddressSizeCallback

binaryview.cpp:1479–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1477
1478
1479size_t BinaryView::GetAddressSizeCallback(void* ctxt)
1480{
1481 CallbackRef<BinaryView> view(ctxt);
1482 return view->PerformGetAddressSize();
1483}
1484
1485
1486bool BinaryView::SaveCallback(void* ctxt, BNFileAccessor* file)

Callers

nothing calls this directly

Calls 1

PerformGetAddressSizeMethod · 0.45

Tested by

no test coverage detected