Searched refs:old_protect (Results 1 – 3 of 3) sorted by relevance
177 DWORD old_protect; in ProtectCode() local178 VirtualProtect(address, size, PAGE_EXECUTE_READ, &old_protect); in ProtectCode()
961 DWORD old_protect; in ProtectCode() local962 VirtualProtect(address, size, PAGE_EXECUTE_READ, &old_protect); in ProtectCode()
215 DWORD old_protect; in map_exec() local217 PAGE_EXECUTE_READWRITE, &old_protect); in map_exec()