feat: 成功加载了so 并且调用了riru hide等逻辑

准备增加自定义linker
This commit is contained in:
jiqiu2021
2025-06-25 21:21:07 +08:00
parent f557d71874
commit 1076c1e711
8 changed files with 246 additions and 63 deletions

View File

@@ -175,8 +175,10 @@ namespace Config {
auto it = g_config.perAppConfig.find(packageName);
if (it != g_config.perAppConfig.end()) {
LOGD("Found app config for %s with %zu SO files", packageName.c_str(), it->second.soFiles.size());
return it->second.soFiles;
}
LOGD("No app config found for %s", packageName.c_str());
return {};
}