---
title: is_platform_binary
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_process_t/is_platform_binary
---

# is_platform_binary

A Boolean value that indicates whether the process is a platform binary.

## Declaration

```swift
var is_platform_binary: Bool
```

## Discussion

Discussion For the purposes of this value, a “platform binary” is one signed with Apple certificates.

## See Also

### Inspecting the Source Process

- [audit_token](endpointsecurity/es_process_t/audit_token.md)
- [executable](endpointsecurity/es_process_t/executable.md)
- [is_es_client](endpointsecurity/es_process_t/is_es_client.md)
- [start_time](endpointsecurity/es_process_t/start_time.md)
