Changeset 64867 in vbox for trunk/include/iprt
- Timestamp:
- Dec 14, 2016 1:40:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/spc.h
r62474 r64867 84 84 uint8_t abHash[RTSHA512_HASH_SIZE]; 85 85 } aSha512[1]; 86 87 /** Generic view of ONE hash. */ 88 struct 89 { 90 /** The file offset. */ 91 uint32_t offFile; 92 /** Variable length hash field. */ 93 uint8_t abHash[1]; 94 } Generic; 86 95 } RTCRSPCPEIMAGEPAGEHASHES; 87 96 /** Pointer to a PE image page hash table union. */
Note:
See TracChangeset
for help on using the changeset viewer.