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

Method GetNextChild

linearviewobject.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115Ref<LinearViewObject> LinearViewObject::GetNextChild(LinearViewObject* obj)
116{
117 BNLinearViewObject* result = BNGetNextLinearViewObjectChild(m_object, obj->GetObject());
118 if (result)
119 return new LinearViewObject(result);
120 return nullptr;
121}
122
123
124Ref<LinearViewObject> LinearViewObject::GetChildForAddress(uint64_t addr)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected