dynamic_check_cryptid
Check the cryptid encryption status of loaded Mach-O binaries at runtime via Frida. Provide the target app's bundle ID to determine if binaries are encrypted or decrypted.
Instructions
Check encryption status (cryptid) of loaded Mach-O binaries at runtime.
Uses Frida to enumerate all loaded modules and read their cryptid field.
Args: target: Bundle ID of the target app device_type: Device type: 'usb', 'local', or 'remote' (default: 'usb') device_id: Specific device ID (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| device_id | No | ||
| device_type | No | usb |