VirtualBox

Changeset 73387 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 27, 2018 3:20:00 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124005
Message:

RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for getting PE unwind info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r73375 r73387  
    10941094     * Returns zero terminated string. */
    10951095    RTLDRPROP_INTERNAL_NAME,
    1096     /** The raw unwind info if available.
    1097      * For PE this means IMAGE_DIRECTORY_ENTRY_EXCEPTION.  Not implemented any
    1098      * others yet.  */
     1096    /** The raw unwind table if available.
     1097     * For PE this means IMAGE_DIRECTORY_ENTRY_EXCEPTION content, for AMD64 this
     1098     * is the lookup table (IMAGE_RUNTIME_FUNCTION_ENTRY).
     1099     * Not implemented any others yet.  */
     1100    RTLDRPROP_UNWIND_TABLE,
     1101    /** Read unwind info at given RVA and up to buffer size.  The RVA is stored
     1102     * as uint32_t in the buffer when making the call.
     1103     * This is only implemented for PE.  */
    10991104    RTLDRPROP_UNWIND_INFO,
    11001105
Note: See TracChangeset for help on using the changeset viewer.

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