Re: [PATCH v12 6/7] plugins: Add patcher plugin and test

2025-06-17 Thread Alex Bennée
Rowan Hart writes: > From: novafacing > > This patch adds a plugin that exercises the virtual and hardware memory > read-write API functions added in a previous patch. The plugin takes a > target and patch byte sequence, and will overwrite any instruction > matching the target byte sequence with

Re: [PATCH v12 6/7] plugins: Add patcher plugin and test

2025-06-13 Thread Pierrick Bouvier
On 6/11/25 4:24 PM, Rowan Hart wrote: From: novafacing This patch adds a plugin that exercises the virtual and hardware memory read-write API functions added in a previous patch. The plugin takes a target and patch byte sequence, and will overwrite any instruction matching the target byte seque

[PATCH v12 6/7] plugins: Add patcher plugin and test

2025-06-11 Thread Rowan Hart
From: novafacing This patch adds a plugin that exercises the virtual and hardware memory read-write API functions added in a previous patch. The plugin takes a target and patch byte sequence, and will overwrite any instruction matching the target byte sequence with the patch. Signed-off-by: Rowa