https://github.com/paradiseduo/applereview
A python tool to help apple review your code and ipa
https://github.com/paradiseduo/applereview
Last synced: 4 months ago
JSON representation
A python tool to help apple review your code and ipa
- Host: GitHub
- URL: https://github.com/paradiseduo/applereview
- Owner: paradiseduo
- Created: 2022-08-15T06:17:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T06:23:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T14:29:36.053Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppleReview
A python tool to help apple review your code and ipa## How to use
```bashUsage:
python3 scan.py -i xxx.ipa -f checklist
-h show help
-i
-f```
## Example
You can add keyword in checklist, one keyword per line, support chinese word.```bash
❯ python3 scan.py -i 抖音.ipa -f checklist以下文件包含alipay
./Payload/Aweme.app/_CodeSignature/CodeResources
./Payload/Aweme.app/AlipaySDK.bundle/bridge.js
./Payload/Aweme.app/APBToygerFacade.bundle/id.strings
./Payload/Aweme.app/APBToygerFacade.bundle/en.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-Hant.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-HK.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-Hans.strings
Binary file ./Payload/Aweme.app/Frameworks/AwemeCore.framework/AwemeCore matches
Binary file ./Payload/Aweme.app/CJPay.bundle/en.lproj/CJPayLocalization.strings matches
./Payload/Aweme.app/Info.plist
==========================================
```