VirtualBox

Ignore:
Timestamp:
Sep 26, 2014 6:05:23 PM (10 years ago)
Author:
vboxsync
Message:

SUP: Log more details on system dlls and hot patching.

File:
1 edited

Legend:

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

    r52795 r52875  
    17671767    pEntry->fVerified = false;
    17681768
     1769#ifdef IN_SUP_HARDENED_R3
     1770    /*
     1771     * Log the image timestamp when in the hardened exe.
     1772     */
     1773    uint64_t uTimestamp = 0;
     1774    rc = RTLdrQueryProp(hLdrMod, RTLDRPROP_TIMESTAMP_SECONDS, &uTimestamp, sizeof(uint64_t));
     1775    SUP_DPRINTF(("%s: timestamp %#llx (rc=%Rrc)\n", pszName, uTimestamp, rc));
     1776#endif
     1777
    17691778    return VINF_SUCCESS;
    17701779}
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