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:
parent
706bec1a95
commit
be1f3d8350
2 changed files with 62 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue