Skip to content

Copy metadata and digital signatures information from one Windows executable to another using Wine on a non-Windows platform

Notifications You must be signed in to change notification settings

hyrathon/pyMetaTwin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMetaTwin

pyMetaTwin is a Python3 implementation of MetaTwin that allows you to copy metadata and digital signatures from one Windows executable to another using Wine on a non-Windows platform.

Requirements

  • Python 3.x
  • Wine
  • Resource Hacker
  • SigThief

Installation

To install the necessary dependencies, run the install.sh script provided in this repository.

chmod +x install.sh
./install.sh

Usage

After installing the required dependencies, you can run the script as follows:

python3 metatwin.py <source_file> <target_file>
<source_file> is the path to the Windows executable file from which you want to copy the metadata and digital signature.
<target_file> is the path to the Windows executable file to which you want to copy the metadata and digital signature.

Make sure that both ResourceHacker.exe and SigThief.exe are installed and accessible in your system's PATH or pyMetaTwin's working directory.

Resources

About

Copy metadata and digital signatures information from one Windows executable to another using Wine on a non-Windows platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • Shell 11.6%