VirtualBox

Changeset 64867 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 14, 2016 1:40:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112269
Message:

IPRT: Most of the RTSignTool show-exe code done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/spc.h

    r62474 r64867  
    8484        uint8_t         abHash[RTSHA512_HASH_SIZE];
    8585    } 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;
    8695} RTCRSPCPEIMAGEPAGEHASHES;
    8796/** Pointer to a PE image page hash table union. */
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