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

Method CreateComponent

binaryview.cpp:3598–3603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3596
3597
3598Ref<Component> BinaryView::CreateComponent()
3599{
3600 auto bnComponent = BNCreateComponent(m_object);
3601
3602 return new Component(bnComponent);
3603}
3604
3605
3606Ref<Component> BinaryView::CreateComponent(std::string parentGUID)

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
emptyMethod · 0.45
GetGuidMethod · 0.45

Tested by

no test coverage detected