Changeset 52875 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
- Timestamp:
- Sep 26, 2014 6:05:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r52795 r52875 1767 1767 pEntry->fVerified = false; 1768 1768 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 1769 1778 return VINF_SUCCESS; 1770 1779 }
Note:
See TracChangeset
for help on using the changeset viewer.