Fix PE section header

This commit is contained in:
Matt Nadareski
2022-11-08 16:31:15 -08:00
parent 2c4906534b
commit 760c481d39

View File

@@ -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.
/// </summary>
public int PointerToLinenumbers;
public uint PointerToLinenumbers;
/// <summary>
/// The number of relocation entries for the section. This is set to zero for