From 88abc37b493626bb57c4c5986533b7a2300cd37b Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Sat, 3 May 2025 19:52:43 +0900 Subject: [PATCH] feat(kakaotalk): Add patches for changing device model and verifying signature --- patches/api/patches.api | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/api/patches.api b/patches/api/patches.api index 7d32bec85..c600fb698 100644 --- a/patches/api/patches.api +++ b/patches/api/patches.api @@ -244,6 +244,14 @@ public final class app/revanced/patches/irplus/ad/RemoveAdsPatchKt { public static final fun getRemoveAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch; } +public final class app/revanced/patches/kakaotalk/changemodel/ChangeModelPatchKt { + public static final fun getChangeModelPatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + +public final class app/revanced/patches/kakaotalk/signature/VerifyingSignaturePatchKt { + public static final fun getVerifyingSignaturePatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + public final class app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatchKt { public static final fun getDisableMandatoryLoginPatch ()Lapp/revanced/patcher/patch/BytecodePatch; }