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

Method SaveCallback

binaryview.cpp:1486–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484
1485
1486bool BinaryView::SaveCallback(void* ctxt, BNFileAccessor* file)
1487{
1488 CallbackRef<BinaryView> view(ctxt);
1489 CoreFileAccessor accessor(file);
1490 return view->PerformSave(&accessor);
1491}
1492
1493
1494bool BinaryView::PerformIsValidOffset(uint64_t offset)

Callers

nothing calls this directly

Calls 1

PerformSaveMethod · 0.80

Tested by

no test coverage detected