VirtualBox

Changeset 66367 in vbox for trunk/include/iprt/ldr.h


Ignore:
Timestamp:
Mar 30, 2017 2:07:17 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx and implemented it for PE and kLdr (i.e. missing for ELF).

File:
1 edited

Legend:

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

    r65239 r66367  
    10291029     * This is mainly for PE, NE and LX headers, but also Mach-O FAT. */
    10301030    RTLDRPROP_FILE_OFF_HEADER,
     1031    /** The internal module name.
     1032     * This is the SONAME for ELF, export table name for PE, and zero'th resident
     1033     * name table entry for LX.
     1034     * Returns zero terminated string. */
     1035    RTLDRPROP_INTERNAL_NAME,
    10311036
    10321037    /** End of valid properties.  */
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