is executable digitally signed
-
How do we programmatically come to know whether an executable is digitally signed or not? Is the signature in the form of section or a structure? If it is like a structure then is there any document structure for it. Does the size of the signature stored stored anywhere? I am having two samples of same dll viz. signed and unsigned. I find the difference in windiff only at the end of the files. Thanks & Regards, K. Sushilkumar.
-
How do we programmatically come to know whether an executable is digitally signed or not? Is the signature in the form of section or a structure? If it is like a structure then is there any document structure for it. Does the size of the signature stored stored anywhere? I am having two samples of same dll viz. signed and unsigned. I find the difference in windiff only at the end of the files. Thanks & Regards, K. Sushilkumar.
WinVerifyTrust[^] helps
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_