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

Method TEView

view/pe/teview.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200TEView::TEView(BinaryView* bv, bool parseOnly) : BinaryView("TE", bv->GetFile(), bv), m_parseOnly(parseOnly)
201{
202 CreateLogger("BinaryView");
203 m_logger = CreateLogger("BinaryView.TEView");
204 m_backedByDatabase = bv->GetFile()->IsBackedByDatabase("TE");
205}
206
207bool TEView::Init()
208{

Callers

nothing calls this directly

Calls 2

IsBackedByDatabaseMethod · 0.80
GetFileMethod · 0.45

Tested by

no test coverage detected