[PULL 09/15] plugins: Add memory hardware address read/write API

2025-07-02 Thread Alex Bennée
From: Rowan Hart 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

[PULL 09/15] plugins: Add memory hardware address read/write API

2025-07-02 Thread Alex Bennée
From: Rowan Hart 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