zznQ
zznQ
https://github.com/ac0d3r/frida-go
As early as version 10.15 macOS updated the kernel extensions to be system extensions, and the endpoint security framework was updated to replace the deprecated OpenBSM API. In version 13+...
Hello, first of all, we need to test whether [macaddress](https://github.com/majd/ipatool/blob/main/pkg/appstore/appstore_login.go#L27) has an impact on multiple account logins. If multiple accounts can login simultaneously on the same machine, then modify the...
## 自定义部署之注册 Github Oauth app 上面忘记提了 1. 登录 Github 2. https://github.com/settings/developers 3. 新建 Oauth app 4. 配置 **Authorization callback URL**,将此处域名替换为自定义的域名: 5. 拷贝 **Client ID** & **Client secrets** 6. 配置 `config.toml`...
ok,准备假期更新一下
调用查询 API 就行
My solution is to **re-sign**: ```bash $ xattr -rc /Applications/iaito.app $ codesign --force --deep --sign - /Applications/iaito.app ```