nmweizi 发表于 2024-9-21 21:16

壁纸Irvue

本帖最后由 nmweizi 于 2024-9-21 21:24 编辑

## Irvue 美丽大气的壁纸, 使用 Unsplash 站的图片作为图片源。[下载地址](https://apps.apple.com/cn/app/irvue/id1039633667?mt=12])

- #### Manage channels有限制






- #### 查找字符串 many channels






- #### 通过查找引用,可以找到下图函数,可以看到isPurchasedProductWithIdentifier返回1即可。






- #### 上代码


```
var LPInAppManager = ObjC.classes.LPInAppManager;
var hook = LPInAppManager["- isPurchasedProductWithIdentifier:"];

Interceptor.attach(hook.implementation, {
    onEnter: function (args) {
      mylog("\n===============hook isPurchasedProductWithIdentifier================")
    },
    onLeave: function (ret) {
      ret.replace(0x1);
    }
})
```

会瘦的胖子 发表于 2024-9-22 00:40

外行来看看热闹~

zzl0308 发表于 2024-9-22 02:30

应该很管用吧

kongson 发表于 2024-9-22 08:17

看看有用没有

Liuqisheng 发表于 2024-9-22 08:29

这到底是什么东西啊

darkf 发表于 2024-9-22 08:54

什么东西?

Aa316823311 发表于 2024-9-22 09:01

电脑壁纸还是手机壁纸

wudavid33 发表于 2024-9-22 09:24

这个是下壁纸的吗?

zx360717966 发表于 2024-9-22 09:56

感谢分享,好人一生平安!

Lty20000423 发表于 2024-9-22 10:01

壁纸很精美,感谢分享
页: [1] 2 3 4
查看完整版本: 壁纸Irvue