Contents

max_protection

The maximum value you can use for protection flags.

Declaration

var max_protection: Int32

Discussion

This value uses the protection flags defined by mmap(2), such as PROT_READ and PROT_WRITE. You can use the definitions for these flags found in sys/mman.h in the macOS SDK inside of the Xcode app bundle.

See Also

Inspecting Event Properties