You are not logged in.
Suppose I have valid certificate purchased, is it possible sign executables with mormot?
Last edited by anouri (2025-02-08 07:04:55)
Offline
No, you need the Microsoft tool to do this.
But you can
- verify the executable signature with MsiVerify() from mormot.lib.ssip.pas
- "stuff" an existing certificate with some custom data of your own with mormot.misc.pecoff.pas (e.g. to add some config information).
Offline
Thank You
Offline