Update Edge StartRemoteDebuggingServer signature

This commit is contained in:
Antero Guy
2026-05-06 04:42:56 -04:00
parent 7dc3143399
commit 2ee0311d5d
+1 -1
View File
@@ -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[] = {