feat(kakaotalk): add patch and fingerprint to force enable debug mode

This commit is contained in:
2025-05-21 18:23:43 +09:00
parent d62649da49
commit 0fac05f134
3 changed files with 59 additions and 0 deletions

View File

@ -297,6 +297,10 @@ public final class app/revanced/patches/kakaotalk/integrity/VerifyingSignaturePa
public static final fun getVerifyingSignaturePatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/misc/ForceEnableDebugModePatchKt {
public static final fun getForceEnableDebugModePatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/misc/RemoveShopTabPatchKt {
public static final fun getRemoveShopTabPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}