getpearch.pl: the PE header offset may be > 255
commitc822585e777621e491e1207ec371d303624c7870
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 Apr 2017 23:20:50 +0000 (6 16:20 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 Apr 2017 23:20:50 +0000 (6 16:20 -0700)
treeca56de3b3c7ba3187bcb0a212b774e656b11209d
parent913394d52f82a914e4807e9e97ac2e63fb5aa710
getpearch.pl: the PE header offset may be > 255

The PE header offset field is not a byte; assume it is a long.  The
specification doesn't actually say...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nsis/getpearch.pl