| OLD | NEW |
| 1 This directory contains some executable files for testing the SignatureUtil | 1 This directory contains some executable files for testing the SignatureUtil |
| 2 implementations. Instructions for regenerating these executables: | 2 implementations. Instructions for regenerating these executables: |
| 3 | 3 |
| 4 unsigned.exe: | 4 unsigned.exe: |
| 5 | 5 |
| 6 cl /Feunsigned.exe simple_exe.cc | 6 cl /Feunsigned.exe simple_exe.cc |
| 7 | 7 |
| 8 signed.exe: | 8 signed.exe: |
| 9 | 9 |
| 10 MakeCert -sv test.pvk test.cer (password: "password") | 10 MakeCert -sv test.pvk test.cer (password: "password") |
| 11 Cert2SPC test.cer test.spc | 11 Cert2SPC test.cer test.spc |
| 12 pvk2pfx -pvk test.pvk test.cer (export the private key with the cert) | 12 pvk2pfx -pvk test.pvk test.cer (export the private key with the cert) |
| 13 copy unsigned.exe signed.exe | 13 copy unsigned.exe signed.exe |
| 14 signtool sign /f test.pfx /p password signed.exe | 14 signtool sign /f test.pfx /p password signed.exe |
| 15 |
| 16 wow_helper.exe: Signed Google Chrome binary from an official build. |
| OLD | NEW |