---
title: binaryImages
framework: crashreportextension
role: symbol
role_heading: Instance Property
path: crashreportextension/crashedprocess/binaryimages
---

# binaryImages

A list of binary images from the crashed process.

## Declaration

```swift
final var binaryImages: [BinaryImageInfo] { get }
```

## See Also

### Accessing process properties

- [reason](crashreportextension/crashedprocess/reason.md)
- [CrashReason](crashreportextension/crashreason.md)
- [BinaryImageInfo](crashreportextension/binaryimageinfo.md)
- [corpsePort](crashreportextension/crashedprocess/corpseport.md)
