VirtualBox

Changeset 57400 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Aug 17, 2015 7:38:35 PM (9 years ago)
Author:
vboxsync
Message:

SUPDrv-win.cpp: Must indicate the load address when something doesn't match up when loading.

File:
1 edited

Legend:

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

    r57378 r57400  
    18671867                memcpy(abBytes, &pbImageBits[off], RT_MIN(64, cbLeft));
    18681868                supdrvLdrLoadError(VERR_LDR_MISMATCH_NATIVE, pReq,
    1869                                    "Mismatch at %#x of %s:\n"
     1869                                   "Mismatch at %#x (%p) of %s loaded at %p:\n"
    18701870                                   "ntld: %.*Rhxs\n"
    18711871                                   "iprt: %.*Rhxs",
    1872                                    off, pImage->szName,
     1872                                   off, &pbNativeBits[off], pImage->szName, pImage->pvImage,
    18731873                                   RT_MIN(64, cbLeft), &pbNativeBits[off],
    18741874                                   RT_MIN(64, cbLeft), &abBytes[0]);
Note: See TracChangeset for help on using the changeset viewer.

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