VirtualBox

Changeset 93251 in vbox for trunk/src/VBox/Runtime/nt


Ignore:
Timestamp:
Jan 15, 2022 3:20:12 AM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk,Add,SupDrv: Enable control flow guards. bugref:10162

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp

    r93115 r93251  
    3939}
    4040
     41
     42#ifdef IN_RING0
     43extern "C" long DriverEntry(void *pvDrvObjIgn, void *pvRegPathIgn)
     44{
     45    ASMBreakpoint();
     46    RT_NOREF(pvDrvObjIgn, pvRegPathIgn);
     47    return UINT32_C(0xc0000022);
     48}
     49#endif
     50
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