fix:error obfuscate classes list (#1874)

android.content.res.XmlResourceParser
This commit is contained in:
Ketal 2022-04-20 13:36:18 +08:00 committed by GitHub
parent 2008038b02
commit 5b8c4ab15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ std::mutex init_lock{};
std::map<const std::string, std::string> signatures = {
{"Lde/robv/android/xposed/", ""},
{ "Landroid/app/AndroidApp", ""},
{ "Landroid/content/res/X", ""},
{ "Landroid/content/res/XRes", ""},
{ "Landroid/content/res/XModule", ""},
{ "Lorg/lsposed/lspd/core/", ""},
{ "Lorg/lsposed/lspd/nativebridge/", ""},
{ "Lorg/lsposed/lspd/service/", ""},