Hello,
Microsoft has introduced the attribute CETCOMPAT to mark compatibility with Shadow Stack (page 10 if interested).
Traditionally one would expect this to be captured in DllCharacteristics, but I believe those flags have been consumed. Now it looks like things are being placed in IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS. Could you please add IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT to the enum listing?
Thank you for your time and work on this project.
Hello,
Microsoft has introduced the attribute CETCOMPAT to mark compatibility with Shadow Stack (page 10 if interested).
Traditionally one would expect this to be captured in
DllCharacteristics, but I believe those flags have been consumed. Now it looks like things are being placed inIMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS. Could you please addIMAGE_DLLCHARACTERISTICS_EX_CET_COMPATto the enum listing?Thank you for your time and work on this project.