Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 544 Bytes

sigthief.md

File metadata and controls

23 lines (18 loc) · 544 Bytes

Source

https://raw.githubusercontent.com/secretsquirrel/SigThief/master/sigthief.py

Take a Signature from a binary and add it to another binary

python3 sigthief.py -i <originalFile>.exe -t <targetFile>.exe -o <outFile>

Save Signature to disk for later use

python3 sigthief.py -i <originalFile>.exe -r

Use saved signature

python3 sigthief.py -s <signatureFile>.exe -t <targetFile>.exe

Check if file has a signature (does not check validity)

python3 sigthief.py -i <originalFile>.exe -c