Changeset 52966 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 6, 2014 10:16:22 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r52962 r52966 927 927 case IMAGE_SCN_MEM_READ | IMAGE_SCN_MEM_WRITE: 928 928 fProt = PAGE_READWRITE; 929 if (!suplibHardenedMemComp(pThis->aSecHdrs[i].Name, ".mrdata", 8)) /* w8.1, ntdll */ 929 if ( pThis->enmKind != SUPHARDNTVPKIND_VERIFY_ONLY 930 && pThis->enmKind != SUPHARDNTVPKIND_CHILD_PURIFICATION 931 && !suplibHardenedMemComp(pThis->aSecHdrs[i].Name, ".mrdata", 8)) /* w8.1, ntdll. Changed by proc init. */ 930 932 fProt = PAGE_READONLY; 931 933 break;
Note:
See TracChangeset
for help on using the changeset viewer.