From fd49520ef216652d3ba8954e9a402bd071955ca7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Jun 2025 04:46:43 +0000 Subject: pe_meta_get_image_meta(): count base relocations and base relocation blocks. --- include/perk/perk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 6d64f95..8d61316 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -157,6 +157,7 @@ struct pe_meta_stats { int32_t t_ndsolibs; int32_t t_ndsosyms; int32_t t_nsymbols; + int32_t t_nrelblks; int32_t t_nrelocs; }; -- cgit v1.2.3