Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnable Control Flow Guard on Windows #2986
Conversation
|
So if this is passing our compile and unit tests, does that meaning we're also passing the CFI checks? And if this is enabled for the default compile/link, are we adding any additional overhead? If so, could we gate this to debug builds? |
|
NB: I'm 100% OK with this being enabled for all runtime binaries if it makes them safer. |
This adds the compiler and linker flags necessary to enable control flow guard on the Windows build of osquery.