Does Apple Configurator work on Apple Silicon?

โœ… Yes, Native Apple Silicon Support reported as of v2.17

May also be known as Apple Configurator or Apple Configurator Ui

๐Ÿ“š Bundle Version History

com.apple.configurator.ui

v2.17
โœ… Yes, Native Apple Silicon Support
๐Ÿ–ฅ Supported Architectures X86, ARM
Full Info Plist
{
  "ACULicenseVersion": "EA1825",
  "BuildMachineOSBuild": "22A380002",
  "CFBundleAllowMixedLocalizations": true,
  "CFBundleDevelopmentRegion": "en",
  "CFBundleDisplayName": "Apple Configurator",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "mobileconfig"
      ],
      "CFBundleTypeIconFile": "ConfigurationProfile",
      "CFBundleTypeName": "Configuration Profile",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSItemContentTypes": [
        "com.apple.mobileconfig"
      ],
      "LSTypeIsPackage": 0,
      "NSDocumentClass": "CPEProfileDocument"
    },
    {
      "CFBundleTypeName": "Devices Document",
      "CFBundleTypeRole": "Viewer",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.devices"
      ],
      "LSTypeIsPackage": 0,
      "NSDocumentClass": "ACUDevicesDocument"
    },
    {
      "CFBundleTypeExtensions": [
        "mobileprovision"
      ],
      "CFBundleTypeIconFile": "ProvisioningProfile",
      "CFBundleTypeName": "Provisioning Profile",
      "CFBundleTypeRole": "Viewer",
      "LSHandlerRank": "Alternate",
      "LSItemContentTypes": [
        "com.apple.mobileprovision"
      ],
      "LSTypeIsPackage": 0
    },
    {
      "CFBundleTypeExtensions": [
        "organization"
      ],
      "CFBundleTypeName": "Organization",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.organization"
      ],
      "LSTypeIsPackage": 0
    },
    {
      "CFBundleTypeExtensions": [
        "blueprint"
      ],
      "CFBundleTypeIconFile": "Blueprint",
      "CFBundleTypeName": "Blueprint",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.blueprint"
      ],
      "LSTypeIsPackage": 1
    },
    {
      "CFBundleTypeExtensions": [
        "der"
      ],
      "CFBundleTypeName": "DER-encoded Private Key",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "None",
      "LSItemContentTypes": [
        "com.apple.configurator.privatekey"
      ],
      "LSTypeIsPackage": 0,
      "NSIsRelatedItemType": true
    },
    {
      "CFBundleTypeExtensions": [
        "crt"
      ],
      "CFBundleTypeName": "DER-encoded Certificate",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "None",
      "LSItemContentTypes": [
        "com.apple.configurator.certificate"
      ],
      "LSTypeIsPackage": 0,
      "NSIsRelatedItemType": true
    }
  ],
  "CFBundleExecutable": "Apple Configurator",
  "CFBundleHelpBookFolder": "AppleConfigurator.help",
  "CFBundleHelpBookName": "com.apple.AppleConfigurator.help",
  "CFBundleIconFile": "Configurator",
  "CFBundleIconName": "Configurator",
  "CFBundleIdentifier": "com.apple.configurator.ui",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Apple Configurator",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "2.17",
  "CFBundleSignature": "????",
  "CFBundleSupportedPlatforms": [
    "MacOSX"
  ],
  "CFBundleURLTypes": [
    {
      "CFBundleTypeRole": "Viewer",
      "CFBundleURLIconFile": "Configurator",
      "CFBundleURLName": "com.apple.configurator.url",
      "CFBundleURLSchemes": [
        "configurator",
        "configurators"
      ]
    }
  ],
  "CFBundleVersion": "906",
  "DTCompiler": "com.apple.compilers.llvm.clang.1_0",
  "DTPlatformBuild": "23A334",
  "DTPlatformName": "macosx",
  "DTPlatformVersion": "14.0",
  "DTSDKBuild": "23A334",
  "DTSDKName": "macosx14.0.internal",
  "DTXcode": "1500",
  "DTXcodeBuild": "15A240d",
  "HPDHelpProjectIdentifier": "apple-configurator-mac",
  "LSApplicationCategoryType": "public.app-category.utilities",
  "LSHasLocalizedDisplayName": true,
  "LSMinimumSystemVersion": "14",
  "NSAppleEventsUsageDescription": "Apple Configurator needs to retrieve shortcuts and folders from the Shortcuts application.",
  "NSHumanReadableCopyright": "Copyright ยฉ 2012-2023 Apple Inc.\nAll rights reserved.",
  "NSMainNibFile": "MainMenu",
  "NSPrincipalClass": "NSApplication",
  "NSSupportsSuddenTermination": true,
  "NSUbiquitousContainers": {
    "iCloud.com.apple.configurator.ui": {
      "NSUbiquitousContainerIsDocumentScopePublic": true,
      "NSUbiquitousContainerName": "Configurator",
      "NSUbiquitousContainerSupportedFolderLevels": "Any"
    }
  },
  "UTExportedTypeDeclarations": [
    {
      "UTTypeDescription": "Devices Document",
      "UTTypeIdentifier": "com.apple.configurator.devices",
      "UTTypeTagSpecification": {}
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "Organization Document",
      "UTTypeIconFile": "Organization",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "Organization_new",
        "UTTypeIconText": "ORG"
      },
      "UTTypeIdentifier": "com.apple.configurator.organization",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "organization"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "Blueprint Document",
      "UTTypeIconFile": "Blueprint",
      "UTTypeIdentifier": "com.apple.configurator.blueprint",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "blueprint"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "DER-encoded Private Key",
      "UTTypeIdentifier": "com.apple.configurator.privatekey",
      "UTTypeReferenceURL": "",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "der"
        ],
        "public.mime-type": [
          "application/pkcs8"
        ]
      }
    },
    {
      "UTTypeDescription": "DER-encoded Certificate",
      "UTTypeIdentifier": "com.apple.configurator.certificate",
      "UTTypeReferenceURL": "",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "crt"
        ],
        "public.mime-type": [
          "application/x-x509-user-cert"
        ]
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.zip-archive",
        "public.executable"
      ],
      "UTTypeIdentifier": "com.apple.iTunes.ipa",
      "UTTypeTagSpecification": {
        "com.apple.ostype": "ipa",
        "public.filename-extension": "ipa"
      }
    },
    {
      "UTTypeConformsTo": [
        "public.zip-archive",
        "public.executable"
      ],
      "UTTypeIdentifier": "com.apple.iTunes.ipsw",
      "UTTypeTagSpecification": {
        "com.apple.ostype": "ipsw",
        "public.filename-extension": "ipsw"
      }
    }
  ]
}
Full Meta Details
{
  "fileSize": 4.6583404541015625,
  "architectures": [
    {
      "bits": "32-bit",
      "fileType": "Fixed Virtual Memory Shared Library File",
      "header": {
        "magic": 3405691582,
        "cputype": 0,
        "cpusubtype": 16,
        "filetype": 3,
        "ncmds": 1024,
        "sizeofcmds": 2544912,
        "flags": [
          "The object file is the output of an incremental link against a base file and can not be link edited again.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "The object file's undefined references are bound by the dynamic linker when loaded."
        ]
      },
      "loadCommandsInfo": [
        {
          "description": 3405691582,
          "size": 2,
          "offset": " 0x0"
        },
        {
          "description": 4103,
          "size": 3,
          "offset": " 0x8"
        },
        {
          "description": 1024,
          "size": 2544912,
          "offset": " 0x10"
        },
        {
          "description": "Dynamic Linker Load Command",
          "size": 4108,
          "offset": " 0x18"
        },
        {
          "description": 0,
          "size": 160768,
          "offset": " 0x20"
        },
        {
          "description": 2312336,
          "size": 14,
          "offset": " 0x28"
        }
      ],
      "magic": "cafebabe",
      "offset": "0",
      "processorSubType": "v7em",
      "processorType": 0
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 46,
        "sizeofcmds": 6120,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 3,
          "offset": " 0x4000"
        },
        {
          "description": "Symbol segment command",
          "size": 46,
          "offset": " 0x4008"
        },
        {
          "description": "Linker Optimization Hint",
          "size": 131205,
          "offset": " 0x4010"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x4018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x4020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x4028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x4060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x4068"
        },
        {
          "description": 0,
          "size": 117760,
          "offset": " 0x4080"
        },
        {
          "description": 0,
          "size": 117760,
          "offset": " 0x4090"
        },
        {
          "description": 117760,
          "size": 5,
          "offset": " 0x4098"
        },
        {
          "description": "UNIX Thread command",
          "size": 11,
          "offset": " 0x40a0"
        },
        {
          "description": "Dynamic Link-Edit Symbol Table information command",
          "size": 1702125407,
          "offset": " 0x40a8"
        }
      ],
      "magic": "cffaedfe",
      "offset": "4000",
      "processorSubType": 3,
      "processorType": "X86"
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 12,
        "cpusubtype": 0,
        "filetype": 2,
        "ncmds": 46,
        "sizeofcmds": 6280,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 0,
          "size": 46,
          "offset": " 0x274008"
        },
        {
          "description": "Linker Optimization Hint",
          "size": 131205,
          "offset": " 0x274010"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x274018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x274020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x274028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x274060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x274068"
        },
        {
          "description": 0,
          "size": 112640,
          "offset": " 0x274080"
        },
        {
          "description": 0,
          "size": 112640,
          "offset": " 0x274090"
        },
        {
          "description": 112640,
          "size": 5,
          "offset": " 0x274098"
        },
        {
          "description": "UNIX Thread command",
          "size": 13,
          "offset": " 0x2740a0"
        },
        {
          "description": "Dynamic Library Identifier",
          "size": 1702125407,
          "offset": " 0x2740a8"
        }
      ],
      "magic": "cffaedfe",
      "offset": "274000",
      "processorSubType": "all",
      "processorType": "ARM"
    }
  ]
}
v2.13.3
โœ… Yes, Native Apple Silicon Support
๐Ÿ–ฅ Supported Architectures X86, ARM
Full Info Plist
{
  "ACULicenseVersion": "EA1542",
  "BuildMachineOSBuild": "19A603003",
  "CFBundleAllowMixedLocalizations": true,
  "CFBundleDevelopmentRegion": "en",
  "CFBundleDisplayName": "Apple Configurator 2",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "mobileconfig"
      ],
      "CFBundleTypeIconFile": "ConfigurationProfile",
      "CFBundleTypeName": "Configuration Profile",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSItemContentTypes": [
        "com.apple.mobileconfig"
      ],
      "LSTypeIsPackage": 0,
      "NSDocumentClass": "CPEProfileDocument"
    },
    {
      "CFBundleTypeName": "Devices Document",
      "CFBundleTypeRole": "Viewer",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.devices"
      ],
      "LSTypeIsPackage": 0,
      "NSDocumentClass": "ACUDevicesDocument"
    },
    {
      "CFBundleTypeExtensions": [
        "mobileprovision"
      ],
      "CFBundleTypeIconFile": "ProvisioningProfile",
      "CFBundleTypeName": "Provisioning Profile",
      "CFBundleTypeRole": "Viewer",
      "LSHandlerRank": "Alternate",
      "LSItemContentTypes": [
        "com.apple.mobileprovision"
      ],
      "LSTypeIsPackage": 0
    },
    {
      "CFBundleTypeExtensions": [
        "organization"
      ],
      "CFBundleTypeIconFile": "Organization",
      "CFBundleTypeName": "Organization",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.organization"
      ],
      "LSTypeIsPackage": 0
    },
    {
      "CFBundleTypeExtensions": [
        "blueprint"
      ],
      "CFBundleTypeIconFile": "Blueprint",
      "CFBundleTypeName": "Blueprint",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.apple.configurator.blueprint"
      ],
      "LSTypeIsPackage": 1
    },
    {
      "CFBundleTypeExtensions": [
        "der"
      ],
      "CFBundleTypeName": "DER-encoded Private Key",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "None",
      "LSItemContentTypes": [
        "com.apple.configurator.privatekey"
      ],
      "LSTypeIsPackage": 0,
      "NSIsRelatedItemType": true
    },
    {
      "CFBundleTypeExtensions": [
        "crt"
      ],
      "CFBundleTypeName": "DER-encoded Certificate",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "None",
      "LSItemContentTypes": [
        "com.apple.configurator.certificate"
      ],
      "LSTypeIsPackage": 0,
      "NSIsRelatedItemType": true
    }
  ],
  "CFBundleExecutable": "Apple Configurator 2",
  "CFBundleHelpBookFolder": "AppleConfigurator.help",
  "CFBundleHelpBookName": "com.apple.AppleConfigurator.help",
  "CFBundleIconFile": "Configurator",
  "CFBundleIconName": "Configurator",
  "CFBundleIdentifier": "com.apple.configurator.ui",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Apple Configurator 2",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "2.13.3",
  "CFBundleSignature": "????",
  "CFBundleSupportedPlatforms": [
    "MacOSX"
  ],
  "CFBundleURLTypes": [
    {
      "CFBundleTypeRole": "Viewer",
      "CFBundleURLIconFile": "Configurator",
      "CFBundleURLName": "com.apple.configurator.url",
      "CFBundleURLSchemes": [
        "configurator",
        "configurators"
      ]
    }
  ],
  "CFBundleVersion": "723",
  "DTCompiler": "com.apple.compilers.llvm.clang.1_0",
  "DTPlatformBuild": "12B45b",
  "DTPlatformName": "macosx",
  "DTPlatformVersion": "11.0",
  "DTSDKBuild": "20A2408",
  "DTSDKName": "macosx11.0internal",
  "DTXcode": "1220",
  "DTXcodeBuild": "12B45b",
  "HPDHelpProjectIdentifier": "apple-configurator-2",
  "LSApplicationCategoryType": "public.app-category.utilities",
  "LSHasLocalizedDisplayName": true,
  "LSMinimumSystemVersion": "10.15.6",
  "NSHumanReadableCopyright": "Copyright ยฉ 2012-2020 Apple Inc.\nAll rights reserved.",
  "NSMainNibFile": "MainMenu",
  "NSPrincipalClass": "NSApplication",
  "NSSupportsSuddenTermination": true,
  "NSUbiquitousContainers": {
    "iCloud.com.apple.configurator.ui": {
      "NSUbiquitousContainerIsDocumentScopePublic": true,
      "NSUbiquitousContainerName": "Configurator",
      "NSUbiquitousContainerSupportedFolderLevels": "Any"
    }
  },
  "UTExportedTypeDeclarations": [
    {
      "UTTypeDescription": "Devices Document",
      "UTTypeIdentifier": "com.apple.configurator.devices",
      "UTTypeTagSpecification": {}
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "Organization Document",
      "UTTypeIconFile": "Organization",
      "UTTypeIdentifier": "com.apple.configurator.organization",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "organization"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "Blueprint Document",
      "UTTypeIconFile": "Blueprint",
      "UTTypeIdentifier": "com.apple.configurator.blueprint",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "blueprint"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.data"
      ],
      "UTTypeDescription": "DER-encoded Private Key",
      "UTTypeIdentifier": "com.apple.configurator.privatekey",
      "UTTypeReferenceURL": "",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "der"
        ],
        "public.mime-type": [
          "application/pkcs8"
        ]
      }
    },
    {
      "UTTypeDescription": "DER-encoded Certificate",
      "UTTypeIdentifier": "com.apple.configurator.certificate",
      "UTTypeReferenceURL": "",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "crt"
        ],
        "public.mime-type": [
          "application/x-x509-user-cert"
        ]
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.zip-archive",
        "public.executable"
      ],
      "UTTypeIdentifier": "com.apple.iTunes.ipa",
      "UTTypeTagSpecification": {
        "com.apple.ostype": "ipa",
        "public.filename-extension": "ipa"
      }
    },
    {
      "UTTypeConformsTo": [
        "public.zip-archive",
        "public.executable"
      ],
      "UTTypeIdentifier": "com.apple.iTunes.ipsw",
      "UTTypeTagSpecification": {
        "com.apple.ostype": "ipsw",
        "public.filename-extension": "ipsw"
      }
    }
  ]
}
Full Meta Details
{
  "fileSize": 4.9599151611328125,
  "architectures": [
    {
      "bits": "32-bit",
      "fileType": "Fixed Virtual Memory Shared Library File",
      "header": {
        "magic": 3405691582,
        "cputype": 0,
        "cpusubtype": 16,
        "filetype": 3,
        "ncmds": 1024,
        "sizeofcmds": 2647184,
        "flags": [
          "The object file is the output of an incremental link against a base file and can not be link edited again.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "The object file's undefined references are bound by the dynamic linker when loaded."
        ]
      },
      "loadCommandsInfo": [
        {
          "description": 3405691582,
          "size": 2,
          "offset": " 0x0"
        },
        {
          "description": 4103,
          "size": 3,
          "offset": " 0x8"
        },
        {
          "description": 1024,
          "size": 2647184,
          "offset": " 0x10"
        },
        {
          "description": "Dynamic Linker Load Command",
          "size": 4108,
          "offset": " 0x18"
        },
        {
          "description": 0,
          "size": 166912,
          "offset": " 0x20"
        },
        {
          "description": 2530256,
          "size": 14,
          "offset": " 0x28"
        }
      ],
      "magic": "cafebabe",
      "offset": "0",
      "processorSubType": "v7em",
      "processorType": 0
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 44,
        "sizeofcmds": 5928,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 3,
          "offset": " 0x4000"
        },
        {
          "description": "Symbol segment command",
          "size": 44,
          "offset": " 0x4008"
        },
        {
          "description": "64-bits Encryption Information",
          "size": 131205,
          "offset": " 0x4010"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x4018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x4020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x4028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x4060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x4068"
        },
        {
          "description": 0,
          "size": 7424,
          "offset": " 0x4080"
        },
        {
          "description": 0,
          "size": 7424,
          "offset": " 0x4090"
        },
        {
          "description": 7424,
          "size": 5,
          "offset": " 0x4098"
        },
        {
          "description": "UNIX Thread command",
          "size": 13,
          "offset": " 0x40a0"
        },
        {
          "description": "Dynamic Library Identifier",
          "size": 1702125407,
          "offset": " 0x40a8"
        }
      ],
      "magic": "cffaedfe",
      "offset": "4000",
      "processorSubType": 3,
      "processorType": "X86"
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 12,
        "cpusubtype": 0,
        "filetype": 2,
        "ncmds": 44,
        "sizeofcmds": 6008,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 0,
          "size": 44,
          "offset": " 0x28c008"
        },
        {
          "description": "64-bits Encryption Information",
          "size": 131205,
          "offset": " 0x28c010"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x28c018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x28c020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28c028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x28c060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x28c068"
        },
        {
          "description": 0,
          "size": 119808,
          "offset": " 0x28c080"
        },
        {
          "description": 0,
          "size": 119808,
          "offset": " 0x28c090"
        },
        {
          "description": 119808,
          "size": 5,
          "offset": " 0x28c098"
        },
        {
          "description": "UNIX Thread command",
          "size": 14,
          "offset": " 0x28c0a0"
        },
        {
          "description": "Dynamic Linker Load Command",
          "size": 1702125407,
          "offset": " 0x28c0a8"
        }
      ],
      "magic": "cffaedfe",
      "offset": "28c000",
      "processorSubType": "all",
      "processorType": "ARM"
    }
  ]
}
Report Update