From 099b207fcfa28fc24b8206f96a0ce22f73ca1711 Mon Sep 17 00:00:00 2001 From: beerpiss Date: Wed, 31 Jul 2024 00:22:11 +0700 Subject: [PATCH] add amdaemon patches for OpenSSL SHA crash bug --- chusanluminous.html | 20 +++- chusannew.html | 12 ++- chusannewplus.html | 242 +++++++++++++++++++++++++++++--------------- chusansun.html | 10 +- chusansunplus.html | 8 ++ 5 files changed, 203 insertions(+), 89 deletions(-) diff --git a/chusanluminous.html b/chusanluminous.html index 56a93e2..5a06c37 100644 --- a/chusanluminous.html +++ b/chusanluminous.html @@ -282,6 +282,14 @@ patches: [ {offset: 0x2bbbc8, off: [0x28], on: [0x08]} ] + }, + { + name: "OpenSSL SHA crash bug fix", + tooltip: "Fix crashes on 10th generation and newer Intel CPUs", + patches: [ + { offset: 0x4d5643, off: [0x48], on: [0x4c] }, + { offset: 0x4d564b, off: [0x48], on: [0x49] } + ] } ]), new Patcher("amdaemon.exe", "2.22.00", [ @@ -297,7 +305,15 @@ patches: [ {offset: 0x2bafc8, off: [0x28], on: [0x08]} ] - } + }, + { + name: "OpenSSL SHA crash bug fix", + tooltip: "Fix crashes on 10th generation and newer Intel CPUs", + patches: [ + { offset: 0x4d4a43, off: [0x48], on: [0x4c] }, + { offset: 0x4d4a4b, off: [0x48], on: [0x49] }, + ] + }, ]) ]); }); @@ -308,4 +324,4 @@

CHUNITHM LUMINOUS Modder

- \ No newline at end of file + diff --git a/chusannew.html b/chusannew.html index 5bc7ca9..6f5e213 100644 --- a/chusannew.html +++ b/chusannew.html @@ -138,7 +138,15 @@ patches: [ {offset: 0x2bb928, off: [0x28], on: [0x08]} ] - } + }, + { + name: "OpenSSL SHA crash bug fix", + tooltip: "Fix crashes on 10th generation and newer Intel CPUs", + patches: [ + { offset: 0x4c3c43, off: [0x48], on: [0x4c] }, + { offset: 0x4c3c4b, off: [0x48], on: [0x49] }, + ] + }, ]) ]); }); @@ -149,4 +157,4 @@

CHUNITHM NEW!! Modder

- \ No newline at end of file + diff --git a/chusannewplus.html b/chusannewplus.html index afb8cc5..9f3a1b0 100644 --- a/chusannewplus.html +++ b/chusannewplus.html @@ -7,90 +7,164 @@ diff --git a/chusansun.html b/chusansun.html index 22ed961..4698801 100644 --- a/chusansun.html +++ b/chusansun.html @@ -139,6 +139,14 @@ { offset: 0x2BB928, off: [0x28], on: [0x08] }, ] }, + { + name: "OpenSSL SHA crash bug fix", + tooltip: "Fix crashes on 10th generation and newer Intel CPUs", + patches: [ + { offset: 0x4c3c43, off: [0x48], on: [0x4c] }, + { offset: 0x4c3c4b, off: [0x48], on: [0x49] }, + ] + }, { name: "Replace error 6401 with no error", danger: "[DEPRECATED] Sets all instances of error 6401 to 0", @@ -158,4 +166,4 @@

CHUNITHM SUN Modder

- \ No newline at end of file + diff --git a/chusansunplus.html b/chusansunplus.html index b21e83a..a511c96 100644 --- a/chusansunplus.html +++ b/chusansunplus.html @@ -139,6 +139,14 @@ { offset: 0x2BB928, off: [0x28], on: [0x08] }, ] }, + { + name: "OpenSSL SHA crash bug fix", + tooltip: "Fix crashes on 10th generation and newer Intel CPUs", + patches: [ + { offset: 0x4c3c43, off: [0x48], on: [0x4c] }, + { offset: 0x4c3c4b, off: [0x48], on: [0x49] }, + ] + }, { name: "Replace error 6401 with no error", danger: "[DEPRECATED] Sets all instances of error 6401 to 0",