Searched refs:origProt (Results 1 – 1 of 1) sorted by relevance
439 DWORD origProt = 0; in InsertTrampoline() local440 if (!VirtualProtect(inpAddr, MAX_PROBE_SIZE, PAGE_EXECUTE_WRITECOPY, &origProt)) in InsertTrampoline()465 VirtualProtect(inpAddr, MAX_PROBE_SIZE, origProt, &origProt); in InsertTrampoline()