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

Method GetSectionWithName

objectivec/objc.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131Ref<Section> ObjCProcessor::GetSectionWithName(const char* sectionName)
1132{
1133 return m_data->GetSectionByName(sectionName);
1134}
1135
1136void ObjCProcessor::PostProcessObjCSections(ObjCReader* reader)
1137{

Callers

nothing calls this directly

Calls 1

GetSectionByNameMethod · 0.80

Tested by

no test coverage detected