#1 2025-02-08 07:03:41

anouri
Member
Registered: 2024-02-11
Posts: 85

Is it possible siginig executable with certifcate with mormot?

Suppose I have valid certificate purchased, is it possible sign executables with mormot?

Last edited by anouri (2025-02-08 07:04:55)

Offline

#2 2025-02-08 09:23:16

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,935
Website

Re: Is it possible siginig executable with certifcate with mormot?

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

#3 2025-02-08 10:38:34

anouri
Member
Registered: 2024-02-11
Posts: 85

Re: Is it possible siginig executable with certifcate with mormot?

Thank You

Offline

Board footer

Powered by FluxBB