diff options
Diffstat (limited to 'pe.c')
-rw-r--r-- | pe.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } } |