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

Method AddRemoteMemoryRegion

binaryninjaapi.h:7080–7083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7078 }
7079
7080 bool AddRemoteMemoryRegion(const std::string& name, uint64_t start, FileAccessor* source, uint32_t flags = 0)
7081 {
7082 return BNAddRemoteMemoryRegion(m_object, name.c_str(), start, source->GetCallbacks(), flags);
7083 }
7084
7085 bool RemoveMemoryRegion(const std::string& name)
7086 {

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
GetCallbacksMethod · 0.45

Tested by

no test coverage detected