Issue 124465
Summary Question about reading memory of running process
Labels new issue
Assignees
Reporter DoranekoSystems
    ```
Windows: ReadProcessMemory
Linux: process_vm_readv
Darwin: mach_vm_read*
```

These functions can read memory from a running process, but I would like to hear opinions on options/specs that would allow reading memory from a running process?

**As an idea**
RUNTIME_MEMORY_READ_ENABLED=true
the implementation would allow reading memory that is not STOPPED if it is explicitly specified as.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to