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