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

Method KCView

view/kernelcache/core/KCView.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21KCView::KCView(const std::string& typeName, BinaryView* data, bool parseOnly) :
22 BinaryView(typeName, data->GetFile(), data), m_parseOnly(parseOnly)
23{
24 CreateLogger("KernelCache");
25}
26
27KCView::~KCView()
28{

Callers

nothing calls this directly

Calls 1

GetFileMethod · 0.45

Tested by

no test coverage detected