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.
- Python 3.x
- Wine
- Resource Hacker
- SigThief
To install the necessary dependencies, run the install.sh
script provided in this repository.
chmod +x install.sh
./install.sh
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.