pub fn protect(
    address: *mut (),
    size: usize,
    new_protection: MemoryProtection
) -> Result<MemoryProtection, FaitheError>
Expand description

Changes the protection of memory pages of the target process. For more info see microsoft documentation.