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

Method AddAutoSection

binaryview.cpp:4980–4986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4978
4979
4980void BinaryView::AddAutoSection(const string& name, uint64_t start, uint64_t length, BNSectionSemantics semantics,
4981 const string& type, uint64_t align, uint64_t entrySize, const string& linkedSection, const string& infoSection,
4982 uint64_t infoData)
4983{
4984 BNAddAutoSection(m_object, name.c_str(), start, length, semantics, type.c_str(), align, entrySize,
4985 linkedSection.c_str(), infoSection.c_str(), infoData);
4986}
4987
4988
4989void BinaryView::RemoveAutoSection(const string& name)

Callers 3

InitializeHeaderMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected