From 760c481d39abb2b7846c5eade6e0bfb73b4e899c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 8 Nov 2022 16:31:15 -0800 Subject: [PATCH] Fix PE section header --- BurnOutSharp.Models/PortableExecutable/SectionHeader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurnOutSharp.Models/PortableExecutable/SectionHeader.cs b/BurnOutSharp.Models/PortableExecutable/SectionHeader.cs index 343feba9..2570d9c4 100644 --- a/BurnOutSharp.Models/PortableExecutable/SectionHeader.cs +++ b/BurnOutSharp.Models/PortableExecutable/SectionHeader.cs @@ -82,7 +82,7 @@ namespace BurnOutSharp.Models.PortableExecutable /// is set to zero if there are no COFF line numbers. This value should be zero for /// an image because COFF debugging information is deprecated. /// - public int PointerToLinenumbers; + public uint PointerToLinenumbers; /// /// The number of relocation entries for the section. This is set to zero for