From 7cfcce449dff2703713ffe3b23fa0b6cfc52c4ac Mon Sep 17 00:00:00 2001 From: BenMitnicK Date: Thu, 30 May 2024 12:26:58 +0200 Subject: [PATCH 1/2] Add 3.60 testkit --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index a0bf9be..0bd7fff 100644 --- a/src/main.c +++ b/src/main.c @@ -27,6 +27,10 @@ int DisableThread(SceSize args, void *argp) hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c9bfa, 1, USBDisable_Patch); break; + case 0xEAB89D5C: // 3.60 testkit + USB_hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c202e, 1, USBDisable_Patch); + break; + case 0x587F9CED: // 3.65 testkit hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c20f6, 1, USBDisable_Patch); break; From 4e03636ea25a51132e8d9cafdbd34691c5159826 Mon Sep 17 00:00:00 2001 From: BenMitnicK Date: Thu, 30 May 2024 14:47:21 +0200 Subject: [PATCH 2/2] mistake sorry --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 0bd7fff..b8a4375 100644 --- a/src/main.c +++ b/src/main.c @@ -28,7 +28,7 @@ int DisableThread(SceSize args, void *argp) break; case 0xEAB89D5C: // 3.60 testkit - USB_hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c202e, 1, USBDisable_Patch); + hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c202e, 1, USBDisable_Patch); break; case 0x587F9CED: // 3.65 testkit