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

Method FreeCallback

binaryview.cpp:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353void BinaryView::FreeCallback(void* ctxt)
1354{
1355 BinaryView* view = (BinaryView*)ctxt;
1356 view->ReleaseForRegistration();
1357}
1358
1359
1360size_t BinaryView::ReadCallback(void* ctxt, void* dest, uint64_t offset, size_t len)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected