From 2ee0311d5d095f3b20a18a1c1da18ff11d98ccfa Mon Sep 17 00:00:00 2001 From: Antero Guy <46616092+antroguy@users.noreply.github.com> Date: Wed, 6 May 2026 04:42:56 -0400 Subject: [PATCH] Update Edge StartRemoteDebuggingServer signature --- cdp_enable_bof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdp_enable_bof.c b/cdp_enable_bof.c index 425abed..48bec48 100644 --- a/cdp_enable_bof.c +++ b/cdp_enable_bof.c @@ -170,7 +170,7 @@ static const uint8_t EDGE_START_SIG[] = { 0x55, 0x53, 0x48, 0x83, 0xEC, 0x50, 0x44, 0x89, 0xCD, 0x4C, 0x89, 0xC3, 0x48, 0x89, 0xD7, 0x48, 0x89, 0xCE, - 0x48, 0x8B, 0x05, 0x9D + 0x48, 0x8B, 0x05, 0x5D }; static const uint8_t CHROME_START_SIG[] = {