Re: [PATCH v4 4/9] plugins: Add memory virtual address write API

2025-05-29 Thread Pierrick Bouvier
On 5/22/25 7:03 PM, Rowan Hart wrote: From: novafacing This patch adds functions to the plugins API to allow reading and writing memory via virtual addresses. These functions only permit doing so on the current CPU, because there is no way to ensure consistency if plugins are allowed to read or

[PATCH v4 4/9] plugins: Add memory virtual address write API

2025-05-22 Thread Rowan Hart
From: novafacing This patch adds functions to the plugins API to allow reading and writing memory via virtual addresses. These functions only permit doing so on the current CPU, because there is no way to ensure consistency if plugins are allowed to read or write to other CPUs that aren't current