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

Method GetParentView

binaryview.cpp:1597–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595
1596
1597Ref<BinaryView> BinaryView::GetParentView() const
1598{
1599 BNBinaryView* view = BNGetParentView(m_object);
1600 if (!view)
1601 return nullptr;
1602 return new BinaryView(view);
1603}
1604
1605
1606string BinaryView::GetTypeName() const

Callers 13

PerformInitialLoadMethod · 0.80
FastGetImageCountMethod · 0.80
LoadHeaderForAddressMethod · 0.80
InitializeHeaderMethod · 0.80
ParseSymbolTableMethod · 0.80
ParseExportTrieMethod · 0.80
SaveCacheInfoToKCViewMethod · 0.80
InitializeMethod · 0.80
ApplyImageMethod · 0.80
FileInfoWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected