Image signatures, sync semver

This commit is contained in:
2025-03-29 23:04:18 -04:00
parent 04cbe7fd63
commit 68793213e6
4 changed files with 54 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ namespace undead_universal_patch_il2cpp
public static ConfigEntry<bool> HilePatch;
public static ConfigEntry<bool> AmplitudeRedirectPatch;
public static ConfigEntry<bool> SignalRHandshakeFix;
public static ConfigEntry<bool> ImageSignaturePatch;
}
public static class GenericConfigDefaults
{
@@ -18,6 +19,7 @@ namespace undead_universal_patch_il2cpp
public static bool HilePatch = false;
public static bool AmplitudeRedirectPatch = true;
public static bool SignalRHandshakeFix = true;
public static bool ImageSignaturePatch = false;
}
public static class NameserverConfig
{