Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ InitCallback
Method
InitCallback
binaryview.cpp:1346–1350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1344
1345
1346
bool BinaryView::InitCallback(void* ctxt)
1347
{
1348
CallbackRef<BinaryView> view(ctxt);
1349
return view->Init();
1350
}
1351
1352
1353
void BinaryView::FreeCallback(void* ctxt)
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected