From 9b604211e7620ae5a980ab48bca6f277c2228941 Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Sun, 10 Mar 2013 17:32:09 +0100 Subject: [PATCH] Added small python script which can be used to calculate & experiment with Authenticode page hashes. Calculating everything but the first page hash seems to be working and is straightforward. If anyone knows how this is done, p-p-p-please let me know. --- misc/pagehash.py | 139 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 misc/pagehash.py diff --git a/misc/pagehash.py b/misc/pagehash.py new file mode 100644 index 0000000..2ac5008 --- /dev/null +++ b/misc/pagehash.py @@ -0,0 +1,139 @@ +#!/usr/bin/python + +import struct +import sys +import hashlib +from pyasn1.type import univ +from pyasn1.codec.ber import encoder, decoder + +f = open(sys.argv[1], 'rb') +b = f.read(1024) +if b[0:2] != 'MZ': + print "Not a DOS file." + sys.exit(0) +pepos = struct.unpack('