summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-15 04:46:43 +0000
committermidipix <writeonce@midipix.org>2025-06-15 04:46:43 +0000
commitfd49520ef216652d3ba8954e9a402bd071955ca7 (patch)
tree7268e8d9f83d1d510dfc92b961aafd7c15dae2ab /include
parent5470da3f921eb2bc04dec41fa4f222965438923c (diff)
downloadperk-fd49520ef216652d3ba8954e9a402bd071955ca7.tar.bz2
perk-fd49520ef216652d3ba8954e9a402bd071955ca7.tar.xz
pe_meta_get_image_meta(): count base relocations and base relocation blocks.
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h1
1 files changed, 1 insertions, 0 deletions
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;
};