analyze_macho_archs
Identify all architectures present in a Mach-O binary by running lipo analysis. Returns a list of architecture types.
Instructions
List architectures in a Mach-O binary (via lipo).
Args: path: Path to a Mach-O binary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |