Changeset 96777 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 17, 2022 1:32:17 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r96407 r96777 2400 2400 * when memory mapped.) 2401 2401 */ 2402 if ( pModPe->SecurityDir. Size!= SpecialPlaces.cbToHash2402 if ( pModPe->SecurityDir.VirtualAddress != SpecialPlaces.cbToHash 2403 2403 && SpecialPlaces.cbToHash != RT_ALIGN_32(SpecialPlaces.cbToHash, WIN_CERTIFICATE_ALIGNMENT)) 2404 2404 {
Note:
See TracChangeset
for help on using the changeset viewer.