@ak_47 wrote:
需求:theos 无法hook
**日志:
**代码:
操作步骤:
info.plist 中 filter 是com.appstore.xxx,Executables是yyy
tweak 中plist配置为
{
Filter = {
Model = Any;
Bundles = (
"com.appstore.xxx",
);
Executables = (
"yyy",
);
};
}
** 任何其他描述:
theos 无法hook,同一个app旧版可以hook,新版一个方法都没用
** 环境:
iphone6 8.4
Posts: 1
Participants: 1