Add layouts for some PE models

This commit is contained in:
Matt Nadareski
2024-04-23 16:42:29 -04:00
parent b8f67a8ab0
commit f60afd6368
9 changed files with 100 additions and 72 deletions

View File

@@ -35,8 +35,9 @@ namespace SabreTools.Models.PortableExecutable
/// <summary>
/// Null-terminated name of the PDB file. It can also contain full
/// or partial path to the file.
/// or partial path to the file.
/// </summary>
/// <remarks>Is this Unicode?</remarks>
[MarshalAs(UnmanagedType.LPStr)]
public string? PdbFileName;
}