how to Sign the dlls?

Discussions related to using the OSE version of VirtualBox.
Post Reply
jhonrosy
Posts: 7
Joined: 12. Sep 2018, 18:02

how to Sign the dlls?

Post by jhonrosy »

hello
After building the virtualbox, I want to sign in prerequisite dlls for VBox. Such as libcurl.dll, qt5core.dll, libssl.dll. How can I do this?
PS: I am building virtualbox version 5.2.x
Who built virtuallbox recently can tell me about it, please?
Thank you very much

Update. Just use this command in cmd
cd [path to signtool]
signtool.exe sign /v [path to dll]
Post Reply