From 8119f7183f5f0bebb168fec5239855552020cf66 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 31 Mar 2021 18:24:24 +0100 Subject: New upstream version 15.4 --- pe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pe.c') diff --git a/pe.c b/pe.c index 73b05a51..365e32aa 100644 --- a/pe.c +++ b/pe.c @@ -1054,6 +1054,8 @@ handle_image (void *data, unsigned int datasize, SBATBase = base; /* +1 because of size vs last byte location */ SBATSize = end - base + 1; + dprint(L"sbat section base:0x%lx size:0x%lx\n", + SBATBase, SBATSize); } } -- cgit v1.2.3