1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00

15.1.0の対応

This commit is contained in:
areteruhiro 2025-02-04 12:55:45 +09:00
parent c1998dccf5
commit 8b61d5a9e4
2 changed files with 17 additions and 3 deletions

View File

@ -10,7 +10,7 @@ android {
minSdk 28
targetSdk 35
versionCode 116160
versionName "1.16.17c"
versionName "1.17.0"
multiDexEnabled false
proguardFiles += 'proguard-rules.pro'
buildConfigField 'String', 'HOOK_TARGET_VERSION', '"141910383"'

View File

@ -24,7 +24,7 @@ public class Constants {
static HookTarget NOTIFICATION_READ_HOOK = new HookTarget("qd1.b", "invokeSuspend");
static HookTarget REQUEST_HOOK = new HookTarget("org.apache.thrift.l", "b");
static HookTarget RESPONSE_HOOK = new HookTarget("org.apache.thrift.l", "a");
//無効にする
//BackEventCompat
static HookTarget RemoveVoiceRecord_Hook_a = new HookTarget("af0.e", "run");
//有効から無効
// static HookTarget RemoveVoiceRecord_Hook_b = new HookTarget("xg1.e$a", "run");
@ -81,7 +81,21 @@ public class Constants {
RemoveVoiceRecord_Hook_a = new HookTarget("q.j", "run");
// RemoveVoiceRecord_Hook_b = new HookTarget("uk1.e$a", "run");
// RemoveVoiceRecord_Hook_c = new HookTarget("C30.f", "run");
}
} else if (versionName.equals("15.1.0")) {
USER_AGENT_HOOK = new HookTarget("qi1.c", "j");
WEBVIEW_CLIENT_HOOK = new HookTarget("VP0.k", "onPageFinished");
MUTE_MESSAGE_HOOK = new HookTarget("jh1.b", "I");
MARK_AS_READ_HOOK = new HookTarget("nP.d$d", "run");
Archive = new HookTarget("LB.S", "invokeSuspend");
NOTIFICATION_READ_HOOK = new HookTarget("Ki1.b", "invokeSuspend");
REQUEST_HOOK = new HookTarget("org.apache.thrift.n", "b");
RESPONSE_HOOK = new HookTarget("org.apache.thrift.n", "a");
RemoveVoiceRecord_Hook_a = new HookTarget("q.k", "run");
// RemoveVoiceRecord_Hook_b = new HookTarget("uk1.e$a", "run");
// RemoveVoiceRecord_Hook_c = new HookTarget("C30.f", "run");
}
}
public static class HookTarget {