check_encryption
Check if a running iOS app uses FairPlay DRM encryption by reading the cryptid field from Mach-O headers of loaded modules.
Instructions
Check if an app is encrypted (FairPlay DRM) by reading cryptid at runtime.
Attaches to the running app and reads the cryptid field from Mach-O headers of all loaded modules.
Args: bundle_id: Bundle identifier of the target app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes |