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

Method PerformSave

binaryview.cpp:1558–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556
1557
1558bool BinaryView::PerformSave(FileAccessor* file)
1559{
1560 Ref<BinaryView> parent = GetParentView();
1561 if (parent)
1562 return parent->Save(file);
1563 return false;
1564}
1565
1566
1567void BinaryView::PerformDefineRelocation(Architecture* arch, BNRelocationInfo& info, uint64_t target, uint64_t reloc)

Callers 1

SaveCallbackMethod · 0.80

Calls 1

SaveMethod · 0.80

Tested by

no test coverage detected