Re: [PATCH] plugins: Add PC diversion API function

2025-09-19 Thread Alex Bennée
Florian Hofhammer writes: > This patch adds a plugin API function that allows diverting the program > counter during execution. A potential use case for this functionality is > to skip over parts of the code, e.g., by hooking into a specific > instruction and setting the PC to the next instructio

[PATCH] plugins: Add PC diversion API function

2025-09-11 Thread Florian Hofhammer
This patch adds a plugin API function that allows diverting the program counter during execution. A potential use case for this functionality is to skip over parts of the code, e.g., by hooking into a specific instruction and setting the PC to the next instruction in the callback. Link: https://li