Skip to content

reslaid/cert-thief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Codacy Badge Language: Rust Commit activity Last Commit GitHub release GitHub release date License Platform Badge

  • This program allows you to transfer an application certificate to another executable application.

Usage

Help

Help by command

thief.exe --help

Embedding

Embedding a digital signature from another PE structure file

thief.exe <source> --impl <target>

Extracting

Extract a certificate from any file with a PE structure into .crt

thief.exe <source> --pull <cert>

Placing

Place the certificate from .crt in any PE structure file

thief.exe <target> --sew <cert>

Removing

Remove certificate from PE structure file

thief.exe <target> --delete