Description
So far there is no known broker that prevents us from enabling Hardware Enforced Stack Protection for Mozc by building executables with /CETCOMPAT.
Qt6's configure also has -intelcet option to enable CET.
References
Steps to reproduce
- Build Mozc.
dumpbin /HEADERS .\third_party\qt\bin\Qt6Core.dll
dumpbin /HEADERS .\out_win\Release_x64\mozc_tip64.dll
dumpbin /HEADERS .\out_win\ReleaseDynamic_x64\mozc_server.exe
Expected behavior
At the step 2, 3, and 4, you can find the following section.
00000001 extended DLL characteristics
CET compatible
Version or commit-id
51e0d20
Environment
Description
So far there is no known broker that prevents us from enabling Hardware Enforced Stack Protection for Mozc by building executables with
/CETCOMPAT.Qt6's configure also has
-intelcetoption to enable CET.References
Steps to reproduce
dumpbin /HEADERS .\third_party\qt\bin\Qt6Core.dlldumpbin /HEADERS .\out_win\Release_x64\mozc_tip64.dlldumpbin /HEADERS .\out_win\ReleaseDynamic_x64\mozc_server.exeExpected behavior
At the step 2, 3, and 4, you can find the following section.
Version or commit-id
51e0d20
Environment