Changeset 25259 in vbox
- Timestamp:
- Dec 9, 2009 2:07:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r21337 r25259 1119 1119 Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x is not supported!!!\n", 1120 1120 pszLogName, i, pDir->VirtualAddress, pDir->Size)); 1121 #if 0 /** @todo correctly validate this! Ignoring it for the present. */ 1121 1122 return VERR_LDRPE_SECURITY; 1123 #else 1124 break; 1125 #endif 1122 1126 1123 1127 case IMAGE_DIRECTORY_ENTRY_GLOBALPTR: // 8 /* (MIPS GP) */
Note:
See TracChangeset
for help on using the changeset viewer.