VirtualBox

Ignore:
Timestamp:
Jul 27, 2018 3:20:00 PM (6 years ago)
Author:
vboxsync
Message:

RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for getting PE unwind info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp

    r73375 r73387  
    635635            break;
    636636        case RTLDRPROP_INTERNAL_NAME:
     637        case RTLDRPROP_UNWIND_TABLE:
     638            *pcbRet = 0;
     639            break;
     640
    637641        case RTLDRPROP_UNWIND_INFO:
     642            AssertReturn(pvBuf, VERR_INVALID_POINTER);
     643            AssertReturn(cbBuf >= sizeof(uint32_t), VERR_INVALID_PARAMETER);
    638644            *pcbRet = 0;
    639645            break;
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