Add NB10 debug data type

This commit is contained in:
Matt Nadareski
2022-12-14 20:56:13 -08:00
parent 5465abe1ac
commit ab88e2f553
3 changed files with 71 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ namespace BurnOutSharp.Models.PortableExecutable
public Guid GUID;
/// <summary>
/// "age"
/// Ever-incrementing value, which is initially set to 1 and
/// incremented every time when a part of the PDB file is updated
/// without rewriting the whole file.
/// </summary>
public uint Age;