summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-11-21 22:41:57 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-11-21 22:43:46 +0000
commita648921027dad10454674e8d50d8abbdff12cf9c (patch)
treed3dc6cbb5d2c51a5ed69c434c42ec6ea8f0719a8 /tools
parent94b9907d0f32fe4d570d94b820b20b6906a21499 (diff)
downloadwireshark-a648921027dad10454674e8d50d8abbdff12cf9c.tar.gz
Fix Windows hardening check (x64)
Fix the x64 ones missed on commit f1efeb1eba8329 Change-Id: Iec432c81511c64145711052bb29f6484c6c1c5b1 Reviewed-on: https://code.wireshark.org/review/12020 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Get-HardenFlags.ps19
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Get-HardenFlags.ps1 b/tools/Get-HardenFlags.ps1
index a5b300eb33..83c36e509a 100644
--- a/tools/Get-HardenFlags.ps1
+++ b/tools/Get-HardenFlags.ps1
@@ -116,6 +116,15 @@ $SoftBins = (
"libtasn1-6.dll",
"libtiff-5.dll",
"libxml2-2.dll",
+# The x64 ones that are different
+ "comerr64.dll",
+ "gspawn-win64-helper-console.exe",
+ "gspawn-win64-helper.exe",
+ "k5sprt64.dll",
+ "krb5_64.dll",
+ "libgcc_s_seh-1.dll",
+ "libgpg-error6-0.dll",
+ "libpng16-16.dll",
# Unfortunately the nsis uninstaller is not hardened.
"uninstall.exe"
)