Skip to content

Simple powershell script to clone information of authenticode signatures to self-signed executables.

Notifications You must be signed in to change notification settings

yurigbur/authenticlone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Authenticlone

Authenticlone is a simple powershell script that clones the information of a provided Authenticode signature to a self-signed certificate and signs an executable with it. It can clone the certificate directly from an executable of use a provided X509 certificate.

Requirements

  • Microsoft Powershell
  • Windows SDK (was neede at some point for Authenticode, not sure anymore)

Usage

Examples

.\authenticlone.ps1 -mode exe -inPath "\Path\to\original\signed.exe" -outPath "\Path\to\new.exe"
.\authenticlone.ps1 -mode cert -inPath "\Path\to\certificate\file.cer" -outPath "\Path\to\new.exe"

About

Simple powershell script to clone information of authenticode signatures to self-signed executables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published