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

Method AddUserSection

binaryview.cpp:4995–5001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4993
4994
4995void BinaryView::AddUserSection(const string& name, uint64_t start, uint64_t length, BNSectionSemantics semantics,
4996 const string& type, uint64_t align, uint64_t entrySize, const string& linkedSection, const string& infoSection,
4997 uint64_t infoData)
4998{
4999 BNAddUserSection(m_object, name.c_str(), start, length, semantics, type.c_str(), align, entrySize,
5000 linkedSection.c_str(), infoSection.c_str(), infoData);
5001}
5002
5003
5004void BinaryView::RemoveUserSection(const string& name)

Callers 3

ApplyHeaderMethod · 0.80
ApplyHeaderSectionsMethod · 0.80
ApplyRegionMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected