Re: [PATCH v4 6/9] plugins: Add patcher plugin and test

2025-05-29 Thread Pierrick Bouvier
On 5/22/25 7:03 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 v4 6/9] plugins: Add patcher plugin and test

2025-05-22 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: nova