VirtualBox

Ignore:
Timestamp:
Oct 6, 2014 10:16:22 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96412
Message:

fixed w8.1 .mrdata hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r52962 r52966  
    927927                case IMAGE_SCN_MEM_READ | IMAGE_SCN_MEM_WRITE:
    928928                    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. */
    930932                        fProt = PAGE_READONLY;
    931933                    break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette