| 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 | { |
no test coverage detected