From 99bd71f9b8d19ec35a527a5a616ad61f47ea5126 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 28 Feb 2025 15:12:21 +0100 Subject: [PATCH] Description for sh_size updated --- src/pelfy/fields_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pelfy/fields_data.py b/src/pelfy/fields_data.py index d07fe69..afea548 100644 --- a/src/pelfy/fields_data.py +++ b/src/pelfy/fields_data.py @@ -271,7 +271,7 @@ section_header = { }, "sh_size": { "32": "0x14", "64": "0x20", "size32": "4", "size64": "8", "field_name": "sh_size", - "description": "Size in bytes of the section in the file image. May be 0." + "description": "Size in bytes of the section in memory or 0. May be equal to size in file." }, "sh_link": { "32": "0x18", "64": "0x28", "size32": "4", "size64": "4", "field_name": "sh_link",