ChangeProtection 44 sandbox/win/src/eat_resolver.cc ret = memory.ChangeProtection(eat_entry_, sizeof(DWORD), PAGE_READWRITE); ChangeProtection 164 sandbox/win/src/sandbox_nt_util.h NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect); ChangeProtection 52 sandbox/win/src/sidestep_resolver.cc ret = memory.ChangeProtection(target_, kSizeOfSidestepStub, PAGE_READWRITE);