VirtualBox

Changeset 46131 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
May 16, 2013 5:07:57 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85825
Message:

ldrPE.cpp: Added fallback pfnEnumSymbols implementation that works when we cannot load the whole image into memory. This makes windows symbols from exports work a little bit on non-windows hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/ldrPE.h

    r46115 r46131  
    380380    uint32_t  AddressOfNames;
    381381    uint32_t  AddressOfNameOrdinals;
    382 } IMAGE_EXPORT_DIRECTORY, *PIMAGE_EXPORT_DIRECTORY;
     382} IMAGE_EXPORT_DIRECTORY;
     383typedef IMAGE_EXPORT_DIRECTORY *PIMAGE_EXPORT_DIRECTORY;
     384typedef IMAGE_EXPORT_DIRECTORY const *PCIMAGE_EXPORT_DIRECTORY;
    383385
    384386
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