Home
last modified time | relevance | path

Searched refs:ChangeProtection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Deat_resolver.cc44 ret = memory.ChangeProtection(eat_entry_, sizeof(DWORD), PAGE_READWRITE); in Setup()
Dsandbox_nt_util.h164 NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect);
Dsidestep_resolver.cc52 ret = memory.ChangeProtection(target_, kSizeOfSidestepStub, PAGE_READWRITE); in Setup()
Dsandbox_nt_util.cc475 NTSTATUS AutoProtectMemory::ChangeProtection(void* address, size_t bytes, in ChangeProtection() function in sandbox::AutoProtectMemory