----------------------- BOUNDARY -----------------------------------
| 61 | } |
| 62 | //----------------------- BOUNDARY ----------------------------------- |
| 63 | MemoryFrame SharedMemory::getMemory() const |
| 64 | { |
| 65 | return MemoryFrame(this->bufferBase, this->bufferSize); |
| 66 | } |
| 67 | //----------------------- EXPORT TO PROCESS -------------------------- |
| 68 | SharedMemory::Export SharedMemory::exportToProcess(RemoteProcess &target, bool readOnly) const |
| 69 | { |
no test coverage detected