This tool will clone the digital signature of any given program. It will sign the input PE file and export the cloned certificate.
After running the tool, you can copy the signed PE file along with the exported certificate to the target machine. After importing the certificate, your PE file will have a valid signature on the target machine.
CertClone rootPath pcaPath leafPath newCloneCertPath exePath
rootPath, pcaPath, and leafPath are copied from the original file's digital signature. You can follow the original article or use the signatures I attached in the release file
Note: You only need to run this tool on your lab machine, there is no need to run it on the target machine.