ctrl: eliminate possibility of threads getting stuck at spoof address at the event-pump layer - if we report other events first, the step is already cancelled anyways

This commit is contained in:
Ryan Fleury
2024-01-17 20:58:55 -08:00
parent 268ca9ab53
commit d2d72bd7ab
2 changed files with 51 additions and 42 deletions
+1
View File
@@ -85,6 +85,7 @@ typedef struct CTRL_Spoof CTRL_Spoof;
struct CTRL_Spoof
{
CTRL_Handle process;
CTRL_Handle thread;
U64 vaddr;
U64 new_ip_value;
};