Users sometimes use Refresher after already having patched their game to Refresh (or any AutoDiscover target with usesCustomDigestKey set to true).
In this scenario, the digest key has already been modified to CustomServerDigest from the original and since Refresher doesn't know the original key it can't change it back.
The original key still persists in the original backup taken of the EBOOT.BIN on first patch, so we should start using this backup instead of the current already-patched EBOOT.BIN.
Users sometimes use Refresher after already having patched their game to Refresh (or any AutoDiscover target with
usesCustomDigestKey
set totrue
).In this scenario, the digest key has already been modified to
CustomServerDigest
from the original and since Refresher doesn't know the original key it can't change it back.The original key still persists in the original backup taken of the EBOOT.BIN on first patch, so we should start using this backup instead of the current already-patched EBOOT.BIN.