Searched refs:ChangeProtection (Results 1 – 4 of 4) sorted by relevance
44 ret = memory.ChangeProtection(eat_entry_, sizeof(DWORD), PAGE_READWRITE); in Setup()
164 NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect);
52 ret = memory.ChangeProtection(target_, kSizeOfSidestepStub, PAGE_READWRITE); in Setup()
475 NTSTATUS AutoProtectMemory::ChangeProtection(void* address, size_t bytes, in ChangeProtection() function in sandbox::AutoProtectMemory