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

Method Create

view/pe/teview.cpp:328–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328Ref<BinaryView> TEViewType::Create(BinaryView* bv)
329{
330 try
331 {
332 return new TEView(bv);
333 }
334 catch (std::exception& e)
335 {
336 m_logger->LogError("%s<BinaryViewType> failed to create view! '%s'", GetName().c_str(), e.what());
337 return nullptr;
338 }
339}
340
341Ref<BinaryView> TEViewType::Parse(BinaryView* bv)
342{

Callers

nothing calls this directly

Calls 3

LogErrorMethod · 0.80
c_strMethod · 0.80
whatMethod · 0.45

Tested by

no test coverage detected