- Timestamp:
- Oct 15, 2018 12:51:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r74760 r74843 3864 3864 /* The VirtualAddress is a PointerToRawData. */ 3865 3865 cb = (size_t)cbRawImage; Assert((RTFOFF)cb == cbRawImage); 3866 Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x is not supported!!!\n", 3867 pszLogName, i, pDir->VirtualAddress, pDir->Size)); 3866 Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x\n", pszLogName, i, pDir->VirtualAddress, pDir->Size)); 3868 3867 if (pDir->Size < sizeof(WIN_CERTIFICATE)) 3869 3868 {
Note:
See TracChangeset
for help on using the changeset viewer.