Constants

object Constants

Properties

Link copied to clipboard
const val VM_PROT_ALL: Int

Maximum privileges possible

Link copied to clipboard
const val VM_PROT_COPY: Int

Adds write permission and marks entry as copy-on-write

Link copied to clipboard
const val VM_PROT_DEFAULT: Int

Default protection for newly-created virtual memory

Link copied to clipboard
const val VM_PROT_EXECUTE: Int

Execute permission

Link copied to clipboard

Execute-only protection (not readable)

Link copied to clipboard
const val VM_PROT_IS_MASK: Int

Indicates other protection bits should be applied as a mask

Link copied to clipboard

Indicates no change to page locks (used internally)

Link copied to clipboard
const val VM_PROT_NONE: Int

No access permission

Link copied to clipboard
const val VM_PROT_READ: Int

Read permission

Link copied to clipboard

Prevents VM_PROT_READ from being automatically set with EXECUTE

Link copied to clipboard
const val VM_PROT_TRUSTED: Int

Treat region as having a valid code signature (PRIVATE flag)

Link copied to clipboard

Used by memory_object_data_request in shadow chain resolution

Link copied to clipboard
const val VM_PROT_WRITE: Int

Write permission