Update the PE checksum field using the somewhat-underdocumented

algorithm, so that we match the Microsoft implementation in our
signature generation.

[jejb: add endian to autogen.sh and fix for multi-sign]
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
Steve Langasek 2016-01-27 11:06:02 -08:00 committed by James Bottomley
parent 706bec1a95
commit be1f3d8350
2 changed files with 62 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
ccan_modules="talloc read_write_all build_assert array_size"
ccan_modules="talloc read_write_all build_assert array_size endian"
# Add ccan upstream sources
if [ ! -e lib/ccan.git/Makefile ]