signtool
signtool fail with inno setup : 0x80070003 - "Store IsDiskFile() failed"
I\'m getting a weird error whiles signing my software. I\'m using inno setup 4.5.2. Running Sign Tool command: signtool.exe sign /a /f cert.pfx /v /t \"http://timestamp.verisign.com/scripts/timstamp.[详细]
2023-04-10 23:41 分类:问答C#: How to detect tampering of authenticode signed file
I\'m trying to write a C# program that verifies the digital signature of exe\'s. The exe\'s are signed with an authenticode certificate, and I want to detect tampering.[详细]
2023-04-09 16:30 分类:问答PVK2PFX Error 0x80070490 - Cannot find certificates that match the key
We got our new certificate (*.cer) file from Thawte, and i went through our standard procedures to allow it for use with code signing.[详细]
2023-03-28 20:02 分类:问答signtool results corrupted setup.exe
I try to sign my setup.exe like this: signtool sign /a setup.exe The signing is succeeded, verified OK, but when I start the setup, it recognises that the content changed, and it 开发者_StackOverflow社[详细]
2023-02-20 14:09 分类:问答Verify whether an executable is signed or not (signtool used to sign that exe)
In my application I need to verify whether it\'s signed or not. If it\'s signed continue the execution and exit the application 开发者_运维问答if not. The signtool will be used to sign the application[详细]
2023-01-29 04:37 分类:问答Signtool stopped adding countersignature - what's up?
I recently faced a very strange problem. Compilation of our products includes signing the kernel-mode drivers and adding a countersignature. This is done using a call to signtool, included in the DDK[详细]
2023-01-25 23:11 分类:问答creating a key and signing executable with signtool
How would I sign a Visual C# executable? SignTool.exe can\'t find a certificate. How would I create a self signed key and certificate, and have signtool be able to see the certificate and use it?[详细]
2023-01-23 16:35 分类:问答Executable is not signed after installed via MSI
We have an application that requires the user to be an admin to run.So, in the app.manifest we have set up[详细]
2023-01-21 09:10 分类:问答How do I read the public key from a signed C# exe
I\'m signing a dot net exe using signcode.exe with an spc/pvk combo The file needs开发者_StackOverflow中文版 to read its own Public Key at runtime in order to verify some data. I\'ve gone down a n[详细]
2023-01-16 03:34 分类:问答Building and installing Mozilla signtool on Windows 7
Can anyone either point me to (or provide here) a clear, step-by-step approach that will get Mozilla\'s signtool (distinct from the Windows program of the same name) installed and working in a Windows[详细]
2023-01-12 10:55 分类:问答