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

Method AddDataMemoryRegion

binaryninjaapi.h:7075–7078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7073 }
7074
7075 bool AddDataMemoryRegion(const std::string& name, uint64_t start, const DataBuffer& source, uint32_t flags = 0)
7076 {
7077 return BNAddDataMemoryRegion(m_object, name.c_str(), start, source.GetBufferObject(), flags);
7078 }
7079
7080 bool AddRemoteMemoryRegion(const std::string& name, uint64_t start, FileAccessor* source, uint32_t flags = 0)
7081 {

Callers 1

ApplyRegionMethod · 0.80

Calls 2

c_strMethod · 0.80
GetBufferObjectMethod · 0.80

Tested by

no test coverage detected