1 This directory contains some executable files for testing the SignatureUtil
2 implementations. Instructions for regenerating these executables:
6 cl /Feunsigned.exe simple_exe.cc
10 MakeCert -sv test.pvk test.cer (password: "password")
11 Cert2SPC test.cer test.spc
12 pvk2pfx -pvk test.pvk test.cer (export the private key with the cert)
13 copy unsigned.exe signed.exe
14 signtool sign /f test.pfx /p password signed.exe
16 wow_helper.exe: Signed Google Chrome binary from an official build.
18 signed_twice.exe: A copy of signed.exe with a bogus hand-crafted second
19 attribute certificate entry.
21 The various zipfile*.zip files, used by the SandboxedZipAnalyzerTest, were
22 generated with the following commands:
23 - zip zipfile_no_binaries.zip simple_exe.cc
24 - zip zipfile_one_unsigned_binary.zip unsigned.exe
25 - zip zipfile_two_binaries_one_signed.zip unsigned.exe signed.exe