Re: [PATCH v12 5/7] plugins: Add memory hardware address read/write API

2025-06-20 Thread Alex Bennée
Rowan Hart writes: >> My main concern about the long list of caveats for writing memory is the >> user will almost certainly cause weird things to happen which will then >> be hard to debug. I can see the patcher example however it would be >> useful to know what other practical uses this interfa

Re: [PATCH v12 5/7] plugins: Add memory hardware address read/write API

2025-06-17 Thread Pierrick Bouvier
On 6/17/25 3:24 AM, Alex Bennée wrote: Rowan Hart writes: From: novafacing This patch adds functions to the plugins API to allow plugins to read and write memory via hardware addresses. The functions use the current address space of the current CPU in order to avoid exposing address space in

Re: [PATCH v12 5/7] plugins: Add memory hardware address read/write API

2025-06-17 Thread Rowan Hart
My main concern about the long list of caveats for writing memory is the user will almost certainly cause weird things to happen which will then be hard to debug. I can see the patcher example however it would be useful to know what other practical uses this interface provides. Of course! My main

Re: [PATCH v12 5/7] plugins: Add memory hardware address read/write API

2025-06-17 Thread Alex Bennée
Rowan Hart writes: > From: novafacing > > This patch adds functions to the plugins API to allow plugins to read > and write memory via hardware addresses. The functions use the current > address space of the current CPU in order to avoid exposing address > space information to users. A later pat

[PATCH v12 5/7] plugins: Add memory hardware address read/write API

2025-06-11 Thread Rowan Hart
From: novafacing This patch adds functions to the plugins API to allow plugins to read and write memory via hardware addresses. The functions use the current address space of the current CPU in order to avoid exposing address space information to users. A later patch may want to add a function to