Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Save
Method
Save
binaryview.cpp:1789–1792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1787
1788
1789
bool BinaryView::Save(const string& path)
1790
{
1791
return BNSaveToFilename(m_object, path.c_str());
1792
}
1793
1794
bool BinaryView::FinalizeNewSegments()
1795
{
Callers
1
PerformSave
Method · 0.80
Calls
2
c_str
Method · 0.80
GetCallbacks
Method · 0.45
Tested by
no test coverage detected