# MEMORY_PROTECTION_READ

`import { MEMORY_PROTECTION_READ } from "destack:memory/binding";`

Allow reads from mapped pages.

```ds title="MEMORY_PROTECTION_READ"
const MEMORY_PROTECTION_READ: MemoryProtection
```

[language/library/src/memory/binding/virtual.ds:21](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/binding/virtual.ds#L21)
