mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 22:57:11 +00:00
Fix layout of ISv3 directory
This commit is contained in:
@@ -17,9 +17,13 @@ namespace SabreTools.Models.InstallShieldArchiveV3
|
||||
public ushort ChunkSize;
|
||||
|
||||
/// <summary>
|
||||
/// Byte-length-prefixed ASCII string
|
||||
/// Length of the following ASCII string
|
||||
/// </summary>
|
||||
public ushort NameLength;
|
||||
|
||||
/// <summary>
|
||||
/// Name as an ASCII string
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.BStr)]
|
||||
public string? Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user