ur00361883
New member
- Joined
- Aug 17, 2015
- Messages
- 3
- Programming Experience
- 3-5
I am creating an application which will check whether the drivers in a particular folder is unsigned or not and sign them.
The normal procedure is use inf2cat.exe to create a catalog file.
I automated this part using libraries provided for it.
The next part to create a certificate using makecert.exe and check the signability of the drivers using signtool.exe and sign the catalog file with signtool.exe.
I didn't find any libraries for singntool.exe and makecert.exe as they are just exe files without any dependent files.
Can anyone help me on this.
The normal procedure is use inf2cat.exe to create a catalog file.
I automated this part using libraries provided for it.
The next part to create a certificate using makecert.exe and check the signability of the drivers using signtool.exe and sign the catalog file with signtool.exe.
I didn't find any libraries for singntool.exe and makecert.exe as they are just exe files without any dependent files.
Can anyone help me on this.