Searched refs:memoryInformation (Results 1 – 1 of 1) sorted by relevance
120 MEMORY_BASIC_INFORMATION memoryInformation; in IsPageExecutable() local122 address, &memoryInformation, sizeof(MEMORY_BASIC_INFORMATION)); in IsPageExecutable()124 if (rc != 0 && memoryInformation.Protect != 0) { in IsPageExecutable()125 return memoryInformation.Protect == PAGE_EXECUTE || in IsPageExecutable()126 memoryInformation.Protect == PAGE_EXECUTE_READ || in IsPageExecutable()127 memoryInformation.Protect == PAGE_EXECUTE_READWRITE || in IsPageExecutable()128 memoryInformation.Protect == PAGE_EXECUTE_WRITECOPY; in IsPageExecutable()