- Timestamp:
- Nov 29, 2024 12:58:55 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r107182 r107183 812 812 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/)) 813 813 { 814 pwsz = pwszName + cwcOther + 1;815 816 814 /* Must be owned by trusted installer. (This test is superfuous, thus no relaxation here.) */ 817 815 if ( !(fFlags & SUPHNTVI_F_TRUSTED_INSTALLER_OR_SIMILAR_OWNER) 818 816 && !supHardNtViCheckIsOwnedByTrustedInstallerOrSimilar(hFile, pwszName)) 819 817 return rc; 818 819 pwsz = pwszName + cwcOther + 1; 820 820 821 821 /* Core DLLs. */
Note:
See TracChangeset
for help on using the changeset viewer.