sodium_mprotect_readwrite

The sodium_mprotect_readwrite() function marks a region allocated using sodium_malloc() or sodium_allocarray() as readable and writable, after having been protected using sodium_mprotect_readonly() or sodium_mprotect_noaccess().

extern (C)
int
sodium_mprotect_readwrite
(
void* ptr
)

Meta