diff options
author | midipix <writeonce@midipix.org> | 2025-06-15 04:46:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-15 04:46:43 +0000 |
commit | fd49520ef216652d3ba8954e9a402bd071955ca7 (patch) | |
tree | 7268e8d9f83d1d510dfc92b961aafd7c15dae2ab /include | |
parent | 5470da3f921eb2bc04dec41fa4f222965438923c (diff) | |
download | perk-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.h | 1 |
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; }; |