Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
KCView::KCView(const std::string& typeName, BinaryView* data, bool parseOnly) :
22
BinaryView(typeName, data->GetFile(), data), m_parseOnly(parseOnly)
23
{
24
CreateLogger(
"KernelCache"
);
25
}
26
27
KCView::~KCView()
28
{
Callers
nothing calls this directly
Calls
1
GetFile
Method · 0.45
Tested by
no test coverage detected