SLPPlugin.
update_permissions
Update page permissions for a given GPA
This function allows the caller to request page permissions to be updated.
gpa (int) – The GPA for which permissions are requested
r (bool) – Whether the page should be readable
w (bool) – Whether the page should be writeable
x (bool) – Whether the page should be executable
SLPPermUpdateViolation – If the call violates the W/X mutual exclusion rule