MCPcopy 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
1789bool BinaryView::Save(const string& path)
1790{
1791 return BNSaveToFilename(m_object, path.c_str());
1792}
1793
1794bool BinaryView::FinalizeNewSegments()
1795{

Callers 1

PerformSaveMethod · 0.80

Calls 2

c_strMethod · 0.80
GetCallbacksMethod · 0.45

Tested by

no test coverage detected