Searched refs:oldprotect (Results 1 – 2 of 2) sorted by relevance
139 DWORD oldprotect; in Guard() local140 VirtualProtect(address, size, PAGE_NOACCESS, &oldprotect); in Guard()149 DWORD oldprotect; in Unprotect() local150 VirtualProtect(address, size, PAGE_READWRITE, &oldprotect); in Unprotect()
823 DWORD oldprotect; in Guard() local824 VirtualProtect(address, size, PAGE_NOACCESS, &oldprotect); in Guard()