mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
Add layouts for some PE models
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user