From a1ce02f14f2241be33e16588c027de3af72bc02d Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 24 Sep 2013 20:56:02 +0200 Subject: [PATCH] lrip: fix value for hash_old (spotted by DarkMatterCore) --- libruntimeiospatch/source/runtimeiospatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libruntimeiospatch/source/runtimeiospatch.c b/libruntimeiospatch/source/runtimeiospatch.c index ecff8cc..3b32b4e 100644 --- a/libruntimeiospatch/source/runtimeiospatch.c +++ b/libruntimeiospatch/source/runtimeiospatch.c @@ -42,7 +42,7 @@ const u8 setuid_old[] = { 0xD1, 0x2A, 0x1C, 0x39 }; const u8 setuid_patch[] = { 0x46, 0xC0 }; const u8 es_identify_old[] = { 0x28, 0x03, 0xD1, 0x23 }; const u8 es_identify_patch[] = { 0x00, 0x00 }; -const u8 hash_old[] = { 0x20, 0x07, 0x4B, 0x0B }; +const u8 hash_old[] = { 0x20, 0x07, 0x23, 0xA2 }; const u8 hash_patch[] = { 0x00 }; const u8 new_hash_old[] = { 0x20, 0x07, 0x4B, 0x0B }; const u8 addticket_vers_check[] = { 0xD2, 0x01, 0x4E, 0x56 };