diff --git a/build/win32/autobinscope.py b/build/win32/autobinscope.py index 8bb455990bfd..fdba68e0c375 100644 --- a/build/win32/autobinscope.py +++ b/build/win32/autobinscope.py @@ -47,7 +47,7 @@ try: proc = subprocess.Popen([binscope_path, "/target", binary_path, "/output", log_file_path, "/sympath", symbol_path, "/c", "ATLVersionCheck", "/c", "ATLVulnCheck", "/c", "SharedSectionCheck", "/c", "APTCACheck", "/c", "NXCheck", - "/c", "GSCheck", "/c", "GSFunctionSafeBuffersCheck", "/c", "GSFriendlyInitCheck", + "/c", "GSCheck", "/c", "GSFriendlyInitCheck", "/c", "CompilerVersionCheck", "/c", "SafeSEHCheck", "/c", "SNCheck", "/c", "DBCheck"], stdout=subprocess.PIPE)